Thanks in advance for any help.
shh = get(0,'ShowHiddenHandles');
set(0,'ShowHiddenHandles','On')
set(gcf,'menubar','figure')
set(gcf,'CloseRequestFcn','closereq')
set(gcf,'DefaultLineClipping','Off')
set(0,'ShowHiddenHandles',shh)
This will allow you to manipulate your Scope figure just like any
other MATLAB figure, allowing you to make changes such as:
- Background/foreground color
- Line color
- Add text or a legend
- Add a print icon
- Print the graph.