Azzera filtri
Azzera filtri

shifting plot of signal from right to left

86 visualizzazioni (ultimi 30 giorni)
ali nassib
ali nassib il 28 Lug 2015
Modificato: Lukas Bystricky il 28 Lug 2015
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

Risposte (1)

Lukas Bystricky
Lukas Bystricky il 28 Lug 2015
Modificato: Lukas Bystricky il 28 Lug 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.

Community Treasure Hunt

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

Start Hunting!

Translated by