Plotting differential equations, need help
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Andrew
el 6 de Oct. de 2014
Comentada: Yu Jiang
el 6 de Oct. de 2014
y = diff(sin(2*pi*t))./diff(t);
plot(t,y)
Remember diff() shortens the length of your vector by one so you will need to define a new time vector to plot against. ---- how do i do this?
thank you
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!