How do I Save a Simulink Circuit into a jpeg format picture?

3 Ansichten (letzte 30 Tage)
Kai Hao Then
Kai Hao Then am 3 Mär. 2011
I have a circuit built using Matlab Simulink. How do I extract the circuit from the Simulink into a picture format file i.e. the jpeg format without using the printscreen?

Antworten (1)

Kaustubha Govind
Kaustubha Govind am 3 Mär. 2011
See saveas
Example:
systemHandle = get_param(gcs, 'Handle');
saveas(systemHandle , 'snapshot.jpg', 'jpg')
The Simulink Report Generator lets you do more sophisticated things to export information about models (including navigable snapshots).

Kategorien

Mehr zu Interactive Model Editing finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by