Error: Unexpected MATLAB expression.。

>> 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.
>>

 Accepted Answer

xokomis
xokomis on 21 Nov 2022
a = solve('500^2+(1314/a*cos(a/2/pi*180))^2=(1314/a)^2','a')
试试看
a =
1.8923196590871653460270303510434

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

Asked:

on 21 Nov 2022

Answered:

on 21 Nov 2022

Community Treasure Hunt

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

Start Hunting!