Page 1 of 1
Input is unsupported class
Posted: Thu Feb 09, 2017 3:18 pm
by matlab1
Input is unsupported class
Re: Input is unsupported class
Posted: Wed Aug 19, 2020 12:15 pm
by matlab1
Most variables in MATLAB has class for example :
java.lang.String
function_handle
character vector
, ....
Some function accept, some predefined class as input
for example
winopen
accepts character vector variable, if you give another class as input to this function, you will give this error.
Solution :
Take a look at the help of the function and find its accepted class types.