control.use_matlab_defaults
- control.use_matlab_defaults()[source]
Use MATLAB compatible configuration settings.
- The following conventions are used:
Bode plots plot gain in dB, phase in degrees, frequency in rad/sec, with grids
Frequency plots use the label “Magnitude” for the system gain.
Examples
>>> ct.use_matlab_defaults() >>> # do some matlab style plotting