Changing the X axis in Simulink Scope
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Sabin
am 13 Mär. 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 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!