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!