Error: Unexpected MATLAB expression.。

조회 수: 2 (최근 30일)
dipaf
dipaf 2022년 11월 21일
답변: xokomis 2022년 11월 21일
>> a = solve('500^2+(1314/a*cos(a/2/pi*180))^2=(1314/a)^2,'a');
a = solve('500^2+(1314/a*cos(a/2/pi*180))^2=(1314/a)^2,'a');
|
Error: Unexpected MATLAB expression.
>>

채택된 답변

xokomis
xokomis 2022년 11월 21일
a = solve('500^2+(1314/a*cos(a/2/pi*180))^2=(1314/a)^2','a')
试试看
a =
1.8923196590871653460270303510434

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by