i keep getting syntax error please help
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
x_p = -0.3906sin(0.559t) + 156.25cos(0.559t); % steady-state motion
0 commentaires
Réponses (1)
Luca Ferro
le 1 Mai 2023
to multiply you have to use *.
Assuming you defined or sym t,
x_p = -0.3906*sin(0.559*t) + 156.25*cos(0.559*t);
0 commentaires
Voir également
Catégories
En savoir plus sur Functions 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!