- Open your model
- click on edit
- copy model to clipboard
- in paint past your image
How do I save Simlulink model to JPG or any other image formats?
322 views (last 30 days)
Show older comments
Aniket
on 27 Feb 2013
Answered: Anil Chowdary Tummala
on 5 Feb 2021
How do I save Simlulink model to JPG or any other image formats?
0 Comments
Accepted Answer
Azzi Abdelmalek
on 27 Feb 2013
Edited: Azzi Abdelmalek
on 27 Feb 2013
Manually,
3 Comments
More Answers (3)
Harish Balaga
on 3 Jul 2013
Edited: Harish Balaga
on 3 Jul 2013
as Azzi Abdelmalek said above, print command can be used. And one can directly save it in required fomat in single command. (no need to use imead, imwite commands). Example: use
ModelName % to open the model
print('-sModelName','-dtiff','model.tiff')
to save ModelName.mdl in TIFF format. Image name will be model.tiff
replace -dtiff with -djpeg for saving the model in jpeg format
1 Comment
Nicolas Fernandes
on 20 Nov 2018
I've tried using this command to save in EPS format, but didn't work. Is there a way to increase the figure resolution?
Anil Chowdary Tummala
on 5 Feb 2021
You may use this to save simulink model as image with extension .tiff
print('-sModelName','-dtiff','model.tiff')
0 Comments
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!