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 で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!