Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Error when trying to enter in a simple matrix
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I am simply trying to enter in a 3x3 matrix into matlab and it is giving me an error code, I have done this many time before and have no idea why its giving me an error this time around.
Thanks
0 comentarios
Respuestas (2)
Jeremy
el 8 de Nov. de 2019
The little red underlines are not just there for decoration - sin^2(x) is not valid syntax in matlab. I think you want
sin(psi)^2
0 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!