Info

この質問は閉じられています。 編集または回答するには再度開いてください。

When I try to implement the example for solve, x is returned

4 ビュー (過去 30 日間)
Ellie
Ellie 2017 年 4 月 11 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
When I try to implement the example for solve in the Matlab Documentation I get solx = x, rather than solx = pi/2 like in the documentation.
syms x
eqn = sin(x) == 1;
solx = solve(eqn,x)
Also, maybe unrelated, but I do have the symbolic toolbox, but vpasolve is undefined when I try to use it. I have R2016b, is the command a new one?

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by