Bode Plots.
- To: mathgroup at smc.vnet.net
 - Subject: [mg51212] Bode Plots.
 - From: mike at bsodmike.com (Michael de Silva)
 - Date: Fri, 8 Oct 2004 02:55:13 -0400 (EDT)
 - Sender: owner-wri-mathgroup at wolfram.com
 
Hello there!
I'm pretty new to Mathematica but I've managed to get a bode plot of a
second order system.  I've noticed that the y-axis is labeled in an
odd fashion as if the letters are mirrored?  How can I edit this?
Right now I do:
<< ControlSystems`
\!\(\(s2[?_] = TransferFunction[s, \(-\(s\/\(s\^2 + 2\ \ s +
?\^2\)\)\)];\)\)
BodePlot[s2[1, 1], {.01, 100}]
Also if someone could kindly add the options to allow me to re-name
the y-axis, and maybe changle the color of the 'plot'.
Thanks!
Mike