Why I receive Error: Expression or statement is incomplete or incorrect?
显示 更早的评论
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???
回答(1 个)
You have a ":" instead of ";" in >> Y=sqrtm(A):
类别
在 帮助中心 和 File Exchange 中查找有关 State-Space Control Design and Estimation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!