I need to print a Simulink file that is large. I need to print to a PDF file.

조회 수: 5 (최근 30일)
DJ V
DJ V 2025년 6월 26일
댓글: DJ V 2025년 7월 10일
I need to print a large simulink simulation file. I need to produce interlocking tiles if possible. Is there any way that I can control the size of the tiles? I'm getting a 206+ page document at present.

답변 (1개)

Ruchika Parag
Ruchika Parag 2025년 6월 30일
Hi @DJ V, it is possible to print a large Simulink model as interlocking tiles, but direct control over tile size is limited in MATLAB R2024a.
To reduce the number of pages from something like 206 and manage the tiling:
  1. Right-click on an empty area of the Simulink canvas (not on a block) and select Print...
  2. In the print dialog, check “Print using tiled pages.”
  3. Increase the scaling factor — a higher value will shrink the content and fit more of the model onto each tile, reducing the total number of pages.
  4. Set the page orientation to Landscape to use more horizontal space efficiently.
The model’s on-screen layout also affects tiling, so zooming out, collapsing subsystems, or reducing white space can help reduce the number of tiles generated.
At this time, there isn’t a built-in option to manually set specific tile dimensions, but adjusting the scaling factor and layout usually gives reasonable control.
  댓글 수: 1
DJ V
DJ V 2025년 7월 10일
When I right click no "print" opition appears. There is thus no "print dialog". `

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

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by