Borrar filtros
Borrar filtros

How to zoom out in scope?

13 visualizaciones (últimos 30 días)
Maulik
Maulik el 16 de En. de 2015
Comentada: Les Beckham el 20 de En. de 2015
I want to zoom out and see all responses from 0 in both axis.How to do it as there is no zoom out option available? I tried to set the range value for y axis but time did not start from zero?I am trying to get an approximate straight line view which is evident from the pic attached.But how can I zoom out and set both axis to 0
  2 comentarios
Geoff Hayes
Geoff Hayes el 17 de En. de 2015
Himanshu - what are you using to display the above figure? Is it generated from code that you have written, a particular toolbox, or Simulink?
Les Beckham
Les Beckham el 20 de En. de 2015
Check to make sure that your scope is configured to save all of the data. By default, scopes are set to only save the last 5000 (iirc) data samples.

Iniciar sesión para comentar.

Respuestas (1)

Chris Barnhart
Chris Barnhart el 19 de En. de 2015
If your points are x and y this will great adjust the axis to contain the origin.
axis([0 max(x) 0 max(y)])

Categorías

Más información sobre Visual Exploration 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