Expression of the equations in the Symbolic Math Toolbox.

1 Ansicht (letzte 30 Tage)
Rasto
Rasto am 11 Apr. 2013
Hi
please how I can express cos(Q)?
Mine does not work as described.
eq1='y=x*cos(Q)'
eq2=solve(eq1,'cos(Q)')
cos(Q)=???
Thank you in advance for your advice.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 11 Apr. 2013
eq2 = cos(solve(eq1, Q))

Weitere Antworten (0)

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Help 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