Expression of the equations in the Symbolic Math Toolbox.

1 回表示 (過去 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 Center および File ExchangeSymbolic Math Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by