Wed 22 Jun 2016 05:37:24 AM UTC, comment #1:
Thanks for your bug report, and sorry that no one has responded to it yet. A developer has noticed this missing feature independently and submitted a patch on another bug report, so I'm marking this as a duplicate and closing. Please test the patch on bug #48289 if you can to see if it resolves your problem, and comment there if necessary.
|
Sun 06 Mar 2016 02:02:00 AM UTC, original submission:
I installed the latest version of odepkg from Ocatve forge. I am trying to use ode23s, but first I use odeset to set up options for ode23s. My problem is that my program fails due to the way ode23a is using the option 'JPattern'. See my code snippet below...
I get the following error message when trying to run...
error: element number 2 undefined in return list
error: called from
ode23s at line 89 column 12
pde_solution at line 68 column 6
main_program at line 15 column 14
Please help me understand how to use this option
Thanks,
Rob Carter
|