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

请问这个式子如何编程得到C?

 Accepted Answer

wyvepbr
wyvepbr on 22 May 2023

0 votes

仅供参考
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

Asked:

on 22 May 2023

Answered:

on 22 May 2023

Community Treasure Hunt

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

Start Hunting!