what should i do for error 'Undefined function or method 'state' for input arguments of type 'char' when using 'SS' command?
Ältere Kommentare anzeigen
I am using State space modelling 'SS' for modelling of BLDC motor I gave command 'sys= ss(A,B,C,D);'when i run the program i got the error'Undefined function or method 'state' for input arguments of type 'char'.what can be done for this?Kindly help me
Akzeptierte Antwort
Weitere Antworten (1)
Jan
am 24 Jul. 2012
Without seeing the contents of your variables A,B,C,D it is impossible to guess the reason.
As usual the debugger is a good idea whenever an error occurs:
dbstop if error
Then start your program again until it stops at the failing line. Then inspect the local variables to find out, why the function state() is called with a CHAR as input.
Kategorien
Mehr zu Control System Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!