MATLAB: How to change the default x-axis unit in a Bode diagram to Hertz

bodedisplay unitsMATLAB

Rad/s is nice for mechanical people, but I'm an EE, and I much prefer Hertz. It should be something simple, but I can't find it in the help.

Best Answer

Use bodeplot (link) instead of bode.
It gives you that option, and the documentation specifically mentions that.