Edit XY Graph Window Simulink Plot
if you want to edit the simulink xy graph, you can follow th intructions below:
1. Run your simulink program, then the XY dialog will show up
2. Type the following command :
| xy graph simulink plot |
2. Type the following command :
set(0,'ShowHiddenHandles','on')set(gcf,'menubar','figure')
These commands will enable the toolbar in X-Y graph figure window. You can add axes names from Insert >> X Label and Insert >> Y Label.