I''m trying to run this through Matlab and it says there's an unexpected Matlab expression, but I don't understand what the problem is. Can someone help me out?

Antworten (1)

Star Strider
Star Strider am 2 Feb. 2016

0 Stimmen

I suspect it’s because there is an equal sign in the middle of the expression. However, we have no idea what you’re doing or if you’re using the Symbolic Math Toolbox (that requires a double equal sign ‘==’) in that instance.
It would be best if you posted the entire expression, and describe what you intend to do with your MATLAB code.

3 Kommentare

Image Analyst
Image Analyst am 2 Feb. 2016
Also we don't know what (stuff)^(1/2)isim means. Is that supposed to be stuff raised to the one-half isim power? Or (stuff to the one-half power) times isim? Basically you'd need something between the ) and the isim, like a multiplication symbol *.
Steven Lord
Steven Lord am 2 Feb. 2016
I suspect what's missing there is a semicolon, to separate the two statements.
Star Strider
Star Strider am 2 Feb. 2016
That may be correct. I didn’t see the little red vertical arrow until just now.

Melden Sie sich an, um zu kommentieren.

Gefragt:

am 2 Feb. 2016

Kommentiert:

am 2 Feb. 2016

Community Treasure Hunt

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

Start Hunting!

Translated by