help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

initial condition for plot


From: address@hidden
Subject: initial condition for plot
Date: Mon, 3 Jan 2011 13:29:43 -0800 (PST)

Hi!

I have a problem to translate a matlab command in octave:

a...
b...
c...
d...
sys = ss(a,b,c',d);
x0=[1;0];  my initial conditions
in matlab I put [y,t,x]=initial(sys,x0); to assign initial point plot
then
 plot(t,y);

Unfortunately "initial" command don't exist in octave but do you known an
alternative?

thank



-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/initial-condition-for-plot-tp3172666p3172666.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]