Mercurial > hg > octave-lyh
comparison scripts/control/base/bode.m @ 5215:32c569794216
[project @ 2005-03-16 18:54:42 by jwe]
author | jwe |
---|---|
date | Wed, 16 Mar 2005 18:54:52 +0000 |
parents | bdbee5282954 |
children | 4c8a2e4e0717 |
comparison
equal
deleted
inserted
replaced
5214:eecc24b92d97 | 5215:32c569794216 |
---|---|
146 ## Plot the information | 146 ## Plot the information |
147 save_automatic_replot = automatic_replot; | 147 save_automatic_replot = automatic_replot; |
148 unwind_protect | 148 unwind_protect |
149 automatic_replot = 0; | 149 automatic_replot = 0; |
150 oneplot(); | 150 oneplot(); |
151 gset autoscale; | 151 __gnuplot_set__ autoscale; |
152 gset nokey; | 152 __gnuplot_set__ nokey; |
153 clearplot(); | 153 clearplot(); |
154 gset data style lines; | 154 __gnuplot_set__ data style lines; |
155 if(is_digital(sys)) | 155 if(is_digital(sys)) |
156 xlstr = ["Digital frequency w=rad/sec. pi/T=",num2str(pi/systsam)]; | 156 xlstr = ["Digital frequency w=rad/sec. pi/T=",num2str(pi/systsam)]; |
157 tistr = "(exp(jwT)) "; | 157 tistr = "(exp(jwT)) "; |
158 else | 158 else |
159 xlstr = "Frequency in rad/sec"; | 159 xlstr = "Frequency in rad/sec"; |