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

2 次查看(过去 30 天)
vcqhtcnx
vcqhtcnx 2023-5-22
回答: wyvepbr 2023-5-22
请问这个式子如何编程得到C?

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 数学 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!