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!