How can I offset time and displacement at the end of a defined time?

4 visualizaciones (últimos 30 días)
mehtap agirsoy
mehtap agirsoy el 28 de Mzo. de 2021
Comentada: mehtap agirsoy el 31 de Mzo. de 2021
I'd like to offset time and displacement up to 60 secs in my data but couldn't figure it out.

Respuestas (1)

Mathieu NOE
Mathieu NOE el 29 de Mzo. de 2021
hello
you can simply add 60 (or any value ) to your time vector (assuming you have defined one) :
plot(time+60,data)
  5 comentarios
Mathieu NOE
Mathieu NOE el 30 de Mzo. de 2021
ok
so if your time vector start with initial value time(1) = 60 s
and the y first value is y(1)
what you want to plot is :
plot(time-time(1),y-y(1))

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by