How to save Simulink model as picture?

805 visualizaciones (últimos 30 días)
Harish Balaga
Harish Balaga el 3 de Jul. de 2013
Respondida: Jacob Thomas el 14 de Nov. de 2023
I have a simulink model. i want to save that model into different picture formats like .jpeg, .tif etc.. Is it possible?

Respuesta aceptada

Harish Balaga
Harish Balaga el 3 de Jul. de 2013
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 comentarios
Pedro Luis Camuñas García-Miguel
Pedro Luis Camuñas García-Miguel el 29 de Abr. de 2018
Very helpfull, thanks!
Bryce Moyers
Bryce Moyers el 18 de Sept. de 2018
It will get saved to your current working directory

Iniciar sesión para comentar.

Más respuestas (4)

breathi
breathi el 18 de Feb. de 2019
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 comentarios
Carlos Pérez
Carlos Pérez el 3 de Nov. de 2020
Definitely best choice, thank you!
Jérôme
Jérôme el 13 de Feb. de 2023
If you want this to be automatic, a PDF can also be generated with the print function:
print('-sModelName', '-dpdf', 'model.pdf')

Iniciar sesión para comentar.


Azzi Abdelmalek
Azzi Abdelmalek el 3 de Jul. de 2013

colin yang
colin yang el 7 de Dic. de 2016

Jacob Thomas
Jacob Thomas el 14 de Nov. de 2023
The easiest and the possible method is to resize the the modelling window and take a snap of the model.

Categorías

Más información sobre Interactive Model Editing en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by