help-octave
[Top][All Lists]
Advanced

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

Re: matlab to Octave conversion


From: MICHAEL FORREST
Subject: Re: matlab to Octave conversion
Date: Tue, 13 Jun 2006 22:03:34 +0100

Are you writing this yourself or are you working off of someones code?
Im working off someones code at the moment.

Is this supposed to be current clamp and voltage clamp?
Yes.

Thanks ever so much guys for all your help. I am so, so, grateful. I have actually gone and got matlab now though because I really needed to get this program running right and would always worry when using Octave. Was expensive - but will prob use it a lot in the future. Although - I hope to still use Octave! Once again, thanks ever so much.
Michael


From: "Kevin H. Hobbs" <address@hidden>
To: MICHAEL FORREST <address@hidden>
CC: address@hidden
Subject: Re: matlab to Octave conversion
Date: Tue, 13 Jun 2006 09:18:58 -0400
MIME-Version: 1.0
Received: from smtpout1.cns.ohiou.edu ([132.235.51.146]) by bay0-mc9-f19.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Tue, 13 Jun 2006 06:20:38 -0700 Received: from oak.cats.ohiou.edu ([132.235.8.44]) by smtpout1.cns.ohiou.edu with ESMTP; 13 Jun 2006 09:20:07 -0400 Received: from 132.235.227.198 by pm8 for 0s (PureMessage); Tue Jun 13 09:18:59 2006 Received: from gargon.hooperlab (crab-lab.zool.ohiou.edu [132.235.227.198])(authenticated bits=0)by oak.cats.ohiou.edu (8.13.1/8.13.1) with ESMTP id k5DDIwZl2358807(version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT);Tue, 13 Jun 2006 09:18:58 -0400 (EDT)
X-Message-Info: LsUYwwHHNt3660MmjhEvYg2f34OAemlKtU9j2Z7TuGo=
References: <address@hidden>
Organization: Ohio University
X-Mailer: Evolution 2.6.2 (2.6.2-1.fc5.5) X-PMX-Version: 4.7.0.111621, Antispam-Engine: 2.0.2.0, Antispam-Data: 2006.6.13.53432 (pm8)
X-PMX-Information: http://www.cns.ohiou.edu/email/filtering/
X-PMX-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_VERSION 0, __SANE_MSGID 0'
Return-Path: address@hidden
X-OriginalArrivalTime: 13 Jun 2006 13:20:39.0530 (UTC) FILETIME=[2A090CA0:01C68EEC]

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?


<< signature.asc >>




reply via email to

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