Why I receive Error: Expression or statement is incomplete or incorrect?
Mostrar comentarios más antiguos
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???
Respuestas (1)
You have a ":" instead of ";" in >> Y=sqrtm(A):
Categorías
Más información sobre Resizing and Reshaping Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!