Error: Unexpected MATLAB expression.。

1 vue (au cours des 30 derniers jours)
dipaf
dipaf le 21 Nov 2022
>> 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.
>>

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by