Borrar filtros
Borrar filtros

Getting errors with code.

2 visualizaciones (últimos 30 días)
J
J el 24 de Feb. de 2015
Editada: per isakson el 24 de Feb. de 2015
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.

Respuestas (1)

per isakson
per isakson el 24 de Feb. de 2015
Editada: per isakson el 24 de Feb. de 2015
The first problem is that t is not defined before line 7, which is
[xt,yt] = trajectory(v0,theta,t,g);
Put your code aside for a moment and study Debugging, Diagnose problems with MATLAB programs

Categorías

Más información sobre Animation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by