"Falofolio " <falofolio@tiscali.nl> wrote in message
<f9f56n$4si$1@fred.mathworks.com>...
> Thanks for replying!
>
> > - Are you using them from a SCRIPT, or from a
> > function? This probably has an effect.
>
> Yes, I am calling them from a script. Never from a function.
I'll bet this is your problem.
It matters not that Matlab is able to open a "private"
function.
Private functions are not visible from the command
line for use. Since a script is equivalent to issuing
commands from the command line, they will not
be accessible from the script.
John
<f9f56n$4si$1@fred.mathworks.com>...
> Thanks for replying!
>
> > - Are you using them from a SCRIPT, or from a
> > function? This probably has an effect.
>
> Yes, I am calling them from a script. Never from a function.
I'll bet this is your problem.
It matters not that Matlab is able to open a "private"
function.
Private functions are not visible from the command
line for use. Since a script is equivalent to issuing
commands from the command line, they will not
be accessible from the script.
John