[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ode45 gives solution in the "Dark Side," but not in Octave
From: |
John W. Eaton |
Subject: |
Re: ode45 gives solution in the "Dark Side," but not in Octave |
Date: |
Thu, 3 Sep 2009 08:21:16 -0400 |
On 3-Sep-2009, John B. Thoo wrote:
| With ode78, I can plot up to three frames. ode5r gives an error:
|
| octave-3.2.2:11> run_twoway
| error: `ode5r' undefined near line 36 column 11
| error: called from:
| error: /Users/jbthoo/Desktop/NumMethPractice/MHD/TwoWay/
| run_twoway.m at line 36, column 9
| octave-3.2.2:11>
|
| But you've given me an idea: I look in ~/octave/odepkg-0.6.7/, and
| see I also have ode23 and ode54. Unfortunately,
|
| With ode23, I can plot up to seven frames.
| With ode54, I can plot up to four frames.
Did you try my wrapper for lsode? I'm curious to know whether it can
solve your problem.
jwe