Expression of the equations in the Symbolic Math Toolbox.

1 visualizzazione (ultimi 30 giorni)
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.

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by