|
⇤ ← Revision 1 as of 2007-12-10 19:30:53
Size: 29
Comment:
|
Size: 257
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 4: | Line 4: |
| * ? | * 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
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.
