Hi, can please help me, I key the equation in the code but it comes out error unexpected Matlab expression I don't what to do. can someone help me? thank you

 Akzeptierte Antwort

Star Strider
Star Strider am 12 Aug. 2017

0 Stimmen

In MATLAB, the multiplication is the asterisk ‘*’, not a dot ‘.’.
If you want to do element-wise operations, use the dot operator with the multiplication operator ‘.*’, and with other operators to do element-wise division and exponentiation. The other expression, ‘x.y’ will be interpreted as referring to a structure, and will throw a different error if that structure does not appear in your workspace.
See the documentation on Getting Started (link) to understand the essentials of MATLAB programming, and Array vs. Matrix Operations (link) to understand the ‘dot operator’.

2 Kommentare

Eugene  loh
Eugene loh am 12 Aug. 2017
Thank you
Star Strider
Star Strider am 12 Aug. 2017
My pleasure.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Function Creation finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by