On 5 June 2011 00:23, Marion Siliezar wrote:
> I Just had a question about Octave as I'm new in this. I'm doing my thesis
> and I have to find Open source applications oriented to Statistics, and
> wanted to know if Octave can be included as one application for my thesis?
> as I've heard about the
I Just had a question about Octave as I'm new in this. I'm doing my thesis
and I have to find Open source applications oriented to Statistics, and
wanted to know if Octave can be included as one application for my thesis?
as I've heard about the extra package for statistics that octave has.. but I
2011/6/4 Philippe MALLET :
>> 2011/6/3 Carnë Draug :
>> Well, I believe I got that fixed for the new version while keeping
>> compatibility with octave 3.2. Could you try it and see if it fixes
>> your problem?
>
> Ok, that works. Just put a semi-colon on line 394:
>
> val = str2double(val)
Oh,
> 2011/6/3 Carnë Draug :
> Well, I believe I got that fixed for the new version while keeping
> compatibility with octave 3.2. Could you try it and see if it fixes
> your problem?
Ok, that works. Just put a semi-colon on line 394:
val = str2double(val)
Thanks for your update.
--
Am 06.05.11 11:14, schrieb Nils Strunk:
> Dear all,
>
> I noticed two bugs in ode45. I presume that those bugs exist in other
> ODE solvers as well, such as ode23, ode78, etc. These bugs appear in
> odepkg 0.6.12.
>
> 1. Solving a differential equation with upper interval bound 0 does not
> work.
>