From bug-octave-request at bevo dot che dot wisc dot edu Mon Nov 4 16:02:42 2002 Subject: Arguments to lsim() From: "John W. Eaton" To: Nicholas Piper Cc: bug-octave at bevo dot che dot wisc dot edu Date: Mon, 4 Nov 2002 16:02:40 -0600 On 1-Nov-2002, Nicholas Piper wrote: | *** lsim.m_old Sat Nov 2 00:00:02 2002 | --- lsim.m Sat Nov 2 00:00:40 2002 | *************** | *** 22,29 **** | ## | ## Produces a plot for the output of the system, sys. | ## | ! ## U is an array that contains the system's inputs. Each column in u | ! ## corresponds to a different time step. Each row in u corresponds to a | ## different input. T is an array that contains the time index of the | ## system. T should be regularly spaced. If initial conditions are required | ## on the system, the x0 vector should be added to the argument list. | --- 22,29 ---- | ## | ## Produces a plot for the output of the system, sys. | ## | ! ## U is an array that contains the system's inputs. Each row in u | ! ## corresponds to a different time step. Each column in u corresponds to a | ## different input. T is an array that contains the time index of the | ## system. T should be regularly spaced. If initial conditions are required | ## on the system, the x0 vector should be added to the argument list. I made this change. Thanks, jwe ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------