> > > - 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.
Thanks a lot. I'll try it.
However, it does not make sense that it is only possible to call a private function
from within a non-private function. Is there a special reason why calling private
functions from within an ordinary m-script is not made available within
MATLAB?
> > > 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.
Thanks a lot. I'll try it.
However, it does not make sense that it is only possible to call a private function
from within a non-private function. Is there a special reason why calling private
functions from within an ordinary m-script is not made available within
MATLAB?