help-octave
[Top][All Lists]
Advanced

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

Re: Simulink for Octave


From: Richard Crozier
Subject: Re: Simulink for Octave
Date: Tue, 16 Aug 2011 05:24:33 -0700 (PDT)

Under the hood, simulink uses the Matlab ode solver functions such as ode45,
ode23, ode15s etc. All simulink really does is provide a pretty interface
and some handy built-in blocks (such as SimPowerSystems).

Octave has equivalents to these ode functions (in an octave-forge package at
least) so you can get the same functionality without being locked into
simulink if you are willing to invest the time in learning to use these.
They are significantly slower implementations in Octave though.




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


reply via email to

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