MATLAB: How to save Simulink model as picture

model to picturesave model as picturesimulinksimulink to picture

I have a simulink model. i want to save that model into different picture formats like .jpeg, .tif etc.. Is it possible?

Best Answer

use
ModelName % to open the model
print('-sModelName','-dtiff','model.tiff')
to save ModelName.mdl in TIFF format. Image name will be model.tiff