How can I use Matlab command line to [open/close/export as *.fig] signal viewer interfaces in Simulink (2021b?)
2 views (last 30 days)
Show older comments
In my Simulink model, I have many Floating Scopes within various subsystems. From the Command Line in Matlab, I would like to:
- Open '/FloatingScope'
- Scale X & Y Axis Limits
- Print to Figure
- Save Figure as *.jpeg
- Save Figure as *.fig
- Close Figure
- Close '/FloatingScope'
Is this possible? I would love achieve this in this manner, otherwise I need to recreate my Floating Scopes entirely with logsout signals, which would be extremely tedious, as there are dozens of Floating Scopes within our model.
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!