Getting errors with code.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Could someone help me figure out why I'm getting errors with the function I have attached. It is a trajectory function that takes the initial velocity and the angle as inputs, and the output should be an animation plot of the trajectory (kind of like angry birds.) I'm having trouble with the animation. Thank you very much.
0 commentaires
Réponses (1)
per isakson
le 24 Fév 2015
Modifié(e) : per isakson
le 24 Fév 2015
The first problem is that t is not defined before line 7, which is
[xt,yt] = trajectory(v0,theta,t,g);
0 commentaires
Voir également
Catégories
En savoir plus sur Animation 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!