MATLAB: Input arguments of type ‘double’.

functionsinput argumenttype 'double'

Hi I am running a function with a .mat file and i get the response that the function is not defined for input argument of the type double. What does that mean? Is there something i am not doing correctly?

Best Answer

Hi Lisa Probably wants string-types as input variables. Whats the function exactly?