How to save Simulink model as picture?

조회 수: 683 (최근 30일)
Harish Balaga
Harish Balaga 2013년 7월 3일
답변: Jacob Thomas 2023년 11월 14일
I have a simulink model. i want to save that model into different picture formats like .jpeg, .tif etc.. Is it possible?

채택된 답변

Harish Balaga
Harish Balaga 2013년 7월 3일
use
ModelName % to open the model
print('-sModelName','-dtiff','model.tiff')
to save ModelName.mdl in TIFF format. Image name will be model.tiff
  댓글 수: 4
Pedro Luis Camuñas García-Miguel
Very helpfull, thanks!
Bryce Moyers
Bryce Moyers 2018년 9월 18일
It will get saved to your current working directory

댓글을 달려면 로그인하십시오.

추가 답변 (4개)

breathi
breathi 2019년 2월 18일
Since maybe others will stumble upon this thread:
I simply used "File > Print > Print" or (Ctrl+P)
which will print a high resolution PDF of the systems you want.
  댓글 수: 2
Carlos Pérez
Carlos Pérez 2020년 11월 3일
Definitely best choice, thank you!
Jérôme
Jérôme 2023년 2월 13일
If you want this to be automatic, a PDF can also be generated with the print function:
print('-sModelName', '-dpdf', 'model.pdf')

댓글을 달려면 로그인하십시오.


Azzi Abdelmalek
Azzi Abdelmalek 2013년 7월 3일

colin yang
colin yang 2016년 12월 7일

Jacob Thomas
Jacob Thomas 2023년 11월 14일
The easiest and the possible method is to resize the the modelling window and take a snap of the model.

카테고리

Help CenterFile Exchange에서 Interactive Model Editing에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by