How do I Save a Simulink Circuit into a jpeg format picture?
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Kaustubha Govind
2011 年 3 月 3 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Interactive Model Editing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!