Why am I unable to properly resize my plots created with the Control Systems Toolbox 6.0 (R14)?

1 view (last 30 days)
I create a plot, as show in the following code:
randn('state',0);rand('state',0);iopzmap(rss(3,3,3))
I then drag the lower right hand corner to resize the plot. Sometimes MATLAB will ignore the resize, and other times it will partially resize the figure.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This bug has been fixed for Release 14 SP1 (R14SP1). For previous releases, please read below for any possible workarounds:
This has been verified as a bug in MATLAB 7.0 (R14) in the way that the Java dynamic layout handles showing window contents while dragging.
Currently, to workaround this issue, you should deactivate the "Show Window Contents while Dragging" property. This can be done by "Display Properties" -> "Appearance" -> "Effects" -> "Show windows contents while dragging" button

More Answers (0)

Categories

Find more on Interactive Control and Callbacks 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!