Borrar filtros
Borrar filtros

scope signal with negative value

4 visualizaciones (últimos 30 días)
shree om bade
shree om bade el 22 de Dic. de 2020
Comentada: shree om bade el 31 de Dic. de 2020
In my simulink model, I set the start time -100 and stop time 50. However, the simulink plots signals staring from 0 to 50 s. How can I edit the scope display so that I can see the whole signals from -100 to 50s.
Thanks in advance

Respuestas (1)

Sukrut Tamhankar
Sukrut Tamhankar el 29 de Dic. de 2020
You can use the "xlim" function to set the x-axis limits such as:
xlim([-100 50])
Please refer to the below documentation link for the same:
In case of Simulink model, in order to display time domain signals, you can use Time Scope Block instead of Scope Block. Please refer to the below documentation links for more information:

Categorías

Más información sobre Modeling en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by