Why are the phase and magnitude labels switched when I print a bode plot from the LTI Viewer in the Control System Toolbox 6.1 (R14SP1)?

3 views (last 30 days)
I am viewing a transfer function with the LTIVIEW command. The bode plot in the LTI Viewer looks correct, however when I try to print it, the y-labels for the axes are switched, missing , or in the wrong location.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This bug has been fixed in Release 14 Service Pack 2 (R14SP2). For previous releases, please read below for any possible workarounds:
We have verified that there is a bug in the Control Systems Toolbox 6.1 (R14SP1) in the way that Bode plots are printed from the LTI Viewer.
To work around this issue, try using the following code:
set(0,'showHiddenHandles','on');
Then select the LTI Viewer to make it the current figure and enter the following command to send the window to the printer:
print

More Answers (0)

Products


Release

R14SP1

Community Treasure Hunt

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

Start Hunting!