help-octave
[Top][All Lists]
Advanced

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

initial condiction for plot


From: address@hidden
Subject: initial condiction for plot
Date: Mon, 3 Jan 2011 13:26:55 -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 condictions
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-condiction-for-plot-tp3172659p3172659.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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