Simulink block diagram to figure
조회 수: 8 (최근 30일)
이전 댓글 표시
Hello,
I would like to take a snapshot of a simulink block diagram and display it as a figure. Is this possible?
댓글 수: 0
답변 (1개)
Benjamin Thompson
2024년 4월 12일
편집: Benjamin Thompson
2024년 4월 12일
If you go to the Simulink Format tab, there is a screen shot option. That will send the current Simulink view into the clipboard as a bitmap or windows metafile. Copy that into a graphics tool like Paint, save it as an image file. Then use imshow to display it in a MATLAB figure window.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!