Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Error when trying to enter in a simple matrix

1 Ansicht (letzte 30 Tage)
Brayden Reiland
Brayden Reiland am 8 Nov. 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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

Antworten (2)

Fangjun Jiang
Fangjun Jiang am 8 Nov. 2019
most likely need to be written as
(cos(psi))^2

Jeremy
Jeremy am 8 Nov. 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

Diese Frage ist geschlossen.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by