Error: Unexpected MATLAB expression.。
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
>> 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.
>>
0 commentaires
Réponse acceptée
xokomis
le 21 Nov 2022
a = solve('500^2+(1314/a*cos(a/2/pi*180))^2=(1314/a)^2','a')
试试看
a =
1.8923196590871653460270303510434
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!