shifting plot of signal from right to left
115 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi
I want to shift the peak of the plot that I have shown below to zoro. I would appreciate if any one could help.
Many thanks
0 comentarios
Respuestas (1)
Lukas Bystricky
el 28 de Jul. de 2015
Editada: Lukas Bystricky
el 28 de Jul. de 2015
Assuming you're plotting x vs. t, instead of
plot(t,x)
try
plot(t - 8, x)
(or something close to 8) to shift your t-axis.
0 comentarios
Ver también
Categorías
Más información sobre Line Plots 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!