Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Why doesn't this code solve the equation?

조회 수: 3 (최근 30일)
Yuval
Yuval 2017년 3월 10일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi, I am trying to solve a trigonometric equation for phis using the following code:
phi = linspace(0,3*pi/4,1000);
syms phis
sol=solve(sqrt(108-40*sqrt(2)*cos(phi-phis))/sin(phi-phis)==10/sin(phis),phis);
double(subs(sol))
Unfortunately it doesn't work. Any idea how to fix it?

답변 (1개)

Karan Gill
Karan Gill 2017년 3월 10일
편집: Karan Gill 2017년 10월 17일

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by