Print Simulink Model in one File (pdf Format)
이전 댓글 표시
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?
답변 (2개)
Cam Salzberger
2015년 9월 1일
0 개 추천
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
Dan Granger
2015년 11월 2일
0 개 추천
Were you able to get an answer to this question?
카테고리
도움말 센터 및 File Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!