필터 지우기
필터 지우기

Print Simulink Model in one File (pdf Format)

조회 수: 9 (최근 30일)
Christian Schultes
Christian Schultes 2015년 8월 30일
답변: Dan Granger 2015년 11월 2일
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
Cam Salzberger 2015년 9월 1일
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
Christian Schultes
Christian Schultes 2015년 9월 6일
Hello Cam! Well, thanks for the response. But my question was more in the direction how to be able to print the file from using the command line (basically do it automatic). I couldn't find anything that would allow me to print for more than one subsystem in the same document. Christian

댓글을 달려면 로그인하십시오.


Dan Granger
Dan Granger 2015년 11월 2일
Were you able to get an answer to this question?

카테고리

Help CenterFile Exchange에서 Subsystems에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by