comparison scripts/control/stepimp.m @ 3385:10f21f7ccc7f

[project @ 1999-12-15 22:28:26 by jwe]
author jwe
date Wed, 15 Dec 1999 22:28:52 +0000
parents 69b167451491
children 1a8e2c0d627a
comparison
equal deleted inserted replaced
3384:6735e4c759a2 3385:10f21f7ccc7f
30 ## 30 ##
31 ## @end deftypefn 31 ## @end deftypefn
32 32
33 ## See also: step, impulse 33 ## See also: step, impulse
34 34
35 function [y, t] = stepimp(sitype, sys, inp, tstop, n) 35 function [y, t] = stepimp (sitype, sys, inp, tstop, n)
36 36
37 ## Written by Kai P. Mueller October 2, 1997 37 ## Written by Kai P. Mueller October 2, 1997
38 ## based on lsim.m of Scottedward Hodel 38 ## based on lsim.m of Scottedward Hodel
39 39
40 if (sitype == 1) IMPULSE = 0; 40 if (sitype == 1) IMPULSE = 0;