How to save Simulink model as picture?
Show older comments
I have a simulink model. i want to save that model into different picture formats like .jpeg, .tif etc.. Is it possible?
Accepted Answer
More Answers (4)
breathi
on 18 Feb 2019
5 votes
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 Comments
Carlos Pérez
on 3 Nov 2020
Definitely best choice, thank you!
Jérôme
on 13 Feb 2023
print('-sModelName', '-dpdf', 'model.pdf')
Azzi Abdelmalek
on 3 Jul 2013
1 vote
1 Comment
Yeabsira Yetagessu Tadesse
on 29 Apr 2019
Thank you !
colin yang
on 7 Dec 2016
0 votes
Jacob Thomas
on 14 Nov 2023
0 votes
The easiest and the possible method is to resize the the modelling window and take a snap of the model.
Categories
Find more on Modeling in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!