MATLAB: Am I unable to properly resize the plots created with the Control Systems Toolbox 6.0 (R14)

Control System Toolboxgridjavalayoutresizeupdate

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.

Best Answer

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