Matlab
Tricks:
One way to change the units of a Bode plot to Hz instead of Radians/Sec is to call the command "set(get(gcr, 'AxesGrid'), 'XUnits', 'Hz')" after making the Bode plot. There's a way to change the default, but I don't remember it.
Tricks:
One way to change the units of a Bode plot to Hz instead of Radians/Sec is to call the command "set(get(gcr, 'AxesGrid'), 'XUnits', 'Hz')" after making the Bode plot. There's a way to change the default, but I don't remember it.
Matlab (last edited 2012-01-03 23:02:40 by localhost)