comparison scripts/control/base/__stepimp__.m @ 5926:ddfe04062467

[project @ 2006-08-14 19:16:07 by jwe]
author jwe
date Mon, 14 Aug 2006 19:16:07 +0000
parents 2618a0750ae6
children 2110cc251779
comparison
equal deleted inserted replaced
5925:fe5cedbf3806 5926:ddfe04062467
214 endfor 214 endfor
215 endif 215 endif
216 216
217 save_automatic_replot = automatic_replot; 217 save_automatic_replot = automatic_replot;
218 unwind_protect 218 unwind_protect
219 automatic_replot = 0; 219 automatic_replot(0);
220 if(nargout == 0) 220 if(nargout == 0)
221 ## Plot the information 221 ## Plot the information
222 oneplot(); 222 oneplot();
223 __gnuplot_set__ nogrid 223 __gnuplot_set__ nogrid
224 __gnuplot_set__ nologscale 224 __gnuplot_set__ nologscale
270 y=[]; 270 y=[];
271 t=[]; 271 t=[];
272 endif 272 endif
273 ## printf("##STEPIMP-DEBUG: gratulations, successfull completion.\n"); 273 ## printf("##STEPIMP-DEBUG: gratulations, successfull completion.\n");
274 unwind_protect_cleanup 274 unwind_protect_cleanup
275 automatic_replot = save_automatic_replot; 275 automatic_replot(save_automatic_replot);
276 end_unwind_protect 276 end_unwind_protect
277 endfunction 277 endfunction