comparison scripts/control/base/nyquist.m @ 4422:92be67bc9301

[project @ 2003-06-04 17:43:15 by jwe]
author jwe
date Wed, 04 Jun 2003 17:43:15 +0000
parents b5238ac1dca9
children b8105302cfe8
comparison
equal deleted inserted replaced
4421:747e1e895f7c 4422:92be67bc9301
127 127
128 ## No output arguments, then display plot, otherwise return data. 128 ## No output arguments, then display plot, otherwise return data.
129 if (nargout == 0) 129 if (nargout == 0)
130 dnplot = 0; 130 dnplot = 0;
131 while(!dnplot) 131 while(!dnplot)
132 if(gnuplot_has_multiplot) 132 oneplot();
133 oneplot(); 133 gset key;
134 gset key;
135 endif
136 clearplot(); 134 clearplot();
137 grid ("on"); 135 grid ("on");
138 gset data style lines; 136 gset data style lines;
139 137
140 if(is_digital(sys)) 138 if(is_digital(sys))