From: Bill on
Hello, All.

I feel like someone has had to come across a viable solution to this, at least I'm hoping as much. Our lab does a lot of experiments, some of which use PTB functions. The problem is that we need to execute these experiments on multiple computers that do not have the actual MATLAB software on them, and as a result, the only way to do so is to compile the script and just load the MCR onto those computers.

However, try as I might, I cannot get something that uses PTB functions like Screen to compile. I have added the entire toolbox folder, added individual files, added every file in the folders one-at-a-time, taken things out only to put them back in, and still nothing.

Has anyone found a quick yet functional way to add PTB to the Additional Files portion of the compiler and actually get your script to compile. As many times as I've done this, I've only ever got one thing to compile, and I have no idea how.

Any and all assistance would be greatly appreciated. Thanks, and have a great day!
From: Steven Lord on

"Bill " <millerwd(a)notes.udayton.edu> wrote in message
news:huo319$2rp$1(a)fred.mathworks.com...
> Hello, All.
>
> I feel like someone has had to come across a viable solution to this, at
> least I'm hoping as much. Our lab does a lot of experiments, some of which
> use PTB functions. The problem is that we need to execute these
> experiments on multiple computers that do not have the actual MATLAB
> software on them, and as a result, the only way to do so is to compile the
> script and just load the MCR onto those computers.
> However, try as I might, I cannot get something that uses PTB functions
> like Screen to compile. I have added the entire toolbox folder, added
> individual files, added every file in the folders one-at-a-time, taken
> things out only to put them back in, and still nothing.
>
> Has anyone found a quick yet functional way to add PTB to the Additional
> Files portion of the compiler and actually get your script to compile. As
> many times as I've done this, I've only ever got one thing to compile, and
> I have no idea how.
>
> Any and all assistance would be greatly appreciated. Thanks, and have a
> great day!

You might want to ask on the Psychtoolbox forum on this page:

http://psychtoolbox.org/wikka.php?wakka=HomePage

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
To contact Technical Support use the Contact Us link on
http://www.mathworks.com


From: Bill on
Thanks, Steven. Will do. Just thought since it was a compiler thing, someone here might have come across it, as well.