Expression of the equations in the Symbolic Math Toolbox.

1 visualización (últimos 30 días)
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.

Respuesta aceptada

Walter Roberson
Walter Roberson el 11 de Abr. de 2013
eq2 = cos(solve(eq1, Q))

Más respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by