help-octave
[Top][All Lists]
Advanced

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

Re: Simulink for Octave


From: Olaf Till
Subject: Re: Simulink for Octave
Date: Tue, 16 Aug 2011 20:42:46 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Tue, Aug 16, 2011 at 05:24:33AM -0700, Richard Crozier wrote:
> 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.

Agree. And you get (probably, I don't use simulink) more flexibility
for organizing your code for larger or evolving problems.

> They are significantly slower implementations in Octave though.

Don't know this what regards ode45 and so on, but in most cases
you should use Octaves 'lsode' anyway. It should be rather fast and
accurate.

> 
> 
> 
> 
> --
> 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.
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave


reply via email to

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