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

 Akzeptierte Antwort

wyvepbr
wyvepbr am 22 Mai 2023

0 Stimmen

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

Weitere Antworten (0)

Kategorien

Mehr zu 数学 finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 22 Mai 2023

Beantwortet:

am 22 Mai 2023

Community Treasure Hunt

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

Start Hunting!