How do I Save a Simulink Circuit into a jpeg format picture?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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?
0 Commenti
Risposte (1)
Kaustubha Govind
il 3 Mar 2011
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).
0 Commenti
Vedere anche
Categorie
Scopri di più su Interactive Model Editing in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!