Expression of the equations in the Symbolic Math Toolbox.

조회 수: 4 (최근 30일)
Rasto
Rasto 2013년 4월 11일
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.

채택된 답변

Walter Roberson
Walter Roberson 2013년 4월 11일
eq2 = cos(solve(eq1, Q))

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by