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

2 views (last 30 days)
vcqhtcnx
vcqhtcnx on 22 May 2023
Answered: wyvepbr on 22 May 2023
请问这个式子如何编程得到C?

Accepted Answer

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

More Answers (0)

Categories

Find more on 数学 in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!