Unexpected Matlab expression?
Show older comments

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?
Answers (1)
Star Strider
on 2 Feb 2016
0 votes
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 Comments
Image Analyst
on 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
on 2 Feb 2016
I suspect what's missing there is a semicolon, to separate the two statements.
Star Strider
on 2 Feb 2016
That may be correct. I didn’t see the little red vertical arrow until just now.
Categories
Find more on Common Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!