Expression of the equations in the Symbolic Math Toolbox.

1 vue (au cours des 30 derniers jours)
Rasto
Rasto le 11 Avr 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.

Réponse acceptée

Walter Roberson
Walter Roberson le 11 Avr 2013
eq2 = cos(solve(eq1, Q))

Plus de réponses (0)

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by