Why I receive Error: Expression or statement is incomplete or incorrect?
Ältere Kommentare anzeigen
for a simple problem I get this error: >> A=rand(12); >> Y=sqrtm(A): ??? Y=sqrtm(A): | Error: Expression or statement is incomplete or incorrect. Why???
Antworten (1)
You have a ":" instead of ";" in >> Y=sqrtm(A):
Kategorien
Mehr zu State-Space Control Design and Estimation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!