Changing the X axis in Simulink Scope
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i'm simulating a rectifier and want to know if I can change the X axis from time (0 , 0.02) to (0 , 2pi )
this what i want , check the x axis
thanks
0 comentarios
Respuestas (1)
Sabin
el 13 de Mzo. de 2023
Simulink Scope will normally display data until simulation end time (starting from beginning or displaying only last N values). After simulation stops you can plot and process data as needed. If you want to display data only until 2*pi then the very simple solution would be to use 2*pi as Stop Time.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!