MATLAB三角函数方程编程,基础编程。

 採用された回答

wyvepbr
wyvepbr 2023 年 5 月 22 日

0 投票

仅供参考
syms b c
eq = 1.494*sin(3*c-pi)==sin(c-b);
cs = solve(eq,c)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File Exchange数学 についてさらに検索

タグ

質問済み:

2023 年 5 月 22 日

回答済み:

2023 年 5 月 22 日

Community Treasure Hunt

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

Start Hunting!