Print Simulink Model in one File (pdf Format)
Show older comments
How is the command to print a list of Simulink Model Subsystems in one single file? Each subsystem shall one separate page.
Any ideas how to do?
Answers (2)
Cam Salzberger
on 1 Sep 2015
0 votes
Hello Christian,
I understand that you are looking to print a Simulink model and its subsystems to a single file.
This documentation page gives information on how to print to a PDF and other files. You will need a print driver for printing to a PDF, such as doPDF or Adobe PDF Writer.
Basically you go to File -> Print -> Print, and choose either "Current System and Below" or "All Systems".
I do not believe that Simulink has the ability to interactively select which subsystems to print if you do not want to print them all. What you can do is create a mask for each subsystem you do not want to print, and then make sure that the "Look under mask dialog" checkbox is not marked. This should only print the unmasked subsystems. You can mask a subsystem through the right-click menu, or programmatically.
I hope that this helps with your printing to file.
-Cam
1 Comment
Christian Schultes
on 6 Sep 2015
Dan Granger
on 2 Nov 2015
0 votes
Were you able to get an answer to this question?
Categories
Find more on Modeling in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!