help-octave
[Top][All Lists]
Advanced

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

Re: matlab to Octave conversion


From: Kevin H. Hobbs
Subject: Re: matlab to Octave conversion
Date: Tue, 13 Jun 2006 09:18:58 -0400

On Mon, 2006-06-12 at 21:43 +0100, MICHAEL FORREST wrote:
> Dear all,
> 
> Im having real problems getting the attached matlab model to run in Octave. 
> Has anyone got any pointers on adjustment to get it Octave compliant? I 
> would be so, so grateful for any help. i hope that this reaches you well. 
> All the best,
> Michael

Octave does not have an odeset function nor does it have the options
structure take a look at "help ode45" for the command line options.

Octave complains that the function name in the file
"cell_dynamics_clamp.m" does not match the file name. 

Octave does not have a function ode15s why not just use ode45 for both?

Are you writing this yourself or are you working off of someones code? 

Is this supposed to be current clamp and voltage clamp?

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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