Re: [OctDev] information about Octave

2011-06-04 Thread Carnë Draug
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

[OctDev] information about Octave

2011-06-04 Thread Marion Siliezar
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

Re: [OctDev] [PATCH 2/2] fix checklist and print-column + more options available

2011-06-04 Thread Carnë Draug
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,

Re: [OctDev] [PATCH 2/2] fix checklist and print-column + more options available

2011-06-04 Thread 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) Thanks for your update. --

Re: [OctDev] [odepkg] 2 bugs in ode45 (and other ODE solvers)

2011-06-04 Thread Thomas Treichl
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. >