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!