Why am I unable to print my Stateflow chart on A3-size paper, covering the entire page?

1 view (last 30 days)
When I open up my Stateflow chart, select A3 as the paper size in the "Print Setup" dialog and then print it, I find that the resulting printout does not fully cover the A3 page.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
The ability to set the paper size for a Stateflow chart is not available in Stateflow. Although the "Print Setup" dialog can be used for selecting the paper size for the top-level Simulink model and its subsystems, this setting does not work for Stateflow charts.
In order to work around this limitation, you can explicitly set the paper size for the Stateflow chart through the MATLAB Command Window, by executing the following command:
set_param('model/Chart','PaperType','A3');

More Answers (0)

Categories

Find more on Stateflow in Help Center and File Exchange

Products


Release

R2008b

Community Treasure Hunt

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

Start Hunting!