MATLAB: Do the axes for the BODE plot in the Control System Toolbox 5.2 (R13) and later versions overlap when I print to a postscript file

anglebodeControl System Toolboxepsfigurephaseplotpostscriptprintvalues

For example:
s=tf('s');
bode(s/(s^2+0.2*s+1))
print -deps bode.eps

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 in the way that the BODE function prints to a postscript file.
Currently, to work around this issue, try printing the BODE plot to a graphic image file such as a JPEG or TIFF file.
For example,
print -dtiff bode.tif