From: Nicolas Schuck on
Hi,

All the sudden, Matlab gives me errors of the kind "Undefined function or method 'makeinput' for input arguments of type 'struct'.", in a directory and with functions that have be working still this morning (I get it for several functions). I checked the function makeinput, created a new directory ect. Still the same error.

Any hints? It drives me nuts ...

Cheers, Nico
From: John D'Errico on
"Nicolas Schuck" <nico.schuck(a)gmx.de> wrote in message <i14gm8$oje$1(a)fred.mathworks.com>...
> Hi,
>
> All the sudden, Matlab gives me errors of the kind "Undefined function or method 'makeinput' for input arguments of type 'struct'.", in a directory and with functions that have be working still this morning (I get it for several functions). I checked the function makeinput, created a new directory ect. Still the same error.
>
> Any hints? It drives me nuts ...

help addpath
help cd
help pwd
help savepath
help pathtool

John