comparison scripts/control/base/nichols.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
107 phase = arg(f)*180.0/pi; 107 phase = arg(f)*180.0/pi;
108 108
109 if (nargout < 1), 109 if (nargout < 1),
110 ## Plot the information 110 ## Plot the information
111 oneplot(); 111 oneplot();
112 gset autoscale; 112 __gnuplot_set__ autoscale;
113 gset nokey; 113 __gnuplot_set__ nokey;
114 clearplot(); 114 clearplot();
115 grid("on"); 115 grid("on");
116 gset data style lines; 116 __gnuplot_set__ data style lines;
117 if(is_digital(sys)) 117 if(is_digital(sys))
118 tistr = "(exp(jwT)) "; 118 tistr = "(exp(jwT)) ";
119 else 119 else
120 tistr = "(jw)"; 120 tistr = "(jw)";
121 endif 121 endif