Re: [OctDev] version 1.0.1 of openmpi_ext

2010-04-29 Thread Carlo de Falco
On 29 Apr 2010, at 16:28, Riccardo Corradini wrote: > Hi all, > I have just posted a new release of openmpi_ext (1.0.1). There was a > little bug in a text description. It will also be available an html > description . > Enjoy parallel computing with GNU Octave and MPI. > Bests regards > Ricc

Re: [OctDev] oct2mat and plotting issue [was Re: Octave 3.2.4/mingw32 available]

2010-04-29 Thread Søren Hauberg
tor, 29 04 2010 kl. 18:42 +0200, skrev Alois Schlögl: > A number of core functions like toascii(), tolower(), toupper(), > rows(), columns(), etc. are not provided by matlab, and freetb2matlab > does not generate them because these are builtins in octave only. > If these are not provided, a larg

Re: [OctDev] oct2mat and plotting issue [was Re: Octave 3.2.4/mingw32 available]

2010-04-29 Thread Alois Schlögl
Carlo de Falco wrote: > > On 28 Apr 2010, at 20:10, Alois Schlögl wrote: >> >> Concerning these functions for Matlab users - I'm not sure were else >> they should go. If you have a suggestion, let me know. > > I don't use much matlab myself, so I am not sure the suggestion makes > sense, > but

Re: [OctDev] oct2mat and plotting issue [was Re: Octave 3.2.4/mingw32 available]

2010-04-29 Thread Alois Schlögl
Søren Hauberg wrote: > ons, 28 04 2010 kl. 12:08 -0700, skrev Søren Hauberg: >> ons, 28 04 2010 kl. 20:10 +0200, skrev Alois Schlögl: >>> Concerning these functions for Matlab users - I'm not sure were else >>> they should go. If you have a suggestion, let me know. >>> >>> Would it be possible

[OctDev] version 1.0.1 of openmpi_ext

2010-04-29 Thread Riccardo Corradini
Hi all, I have just posted a new release of openmpi_ext (1.0.1). There was a little bug in a text description. It will also be available an html description . Enjoy parallel computing with GNU Octave and MPI. Bests regards Riccardo Corradini  

[OctDev] isempty not working properly

2010-04-29 Thread nnas
Hi everyone. The following code creates a netcdf file and then isempty checks if it is empty. But though it is not empty, it shows the file as empty. latitude = -90:1:90; longitude = -179:1:180; [y,x] = meshgrid(pi/180 * latitude,pi/180 * longitude); temp = cos(2*x) .* cos(y); nc = netcdf('exam

Re: [OctDev] oct2mat and plotting issue [was Re: Octave 3.2.4/mingw32 available]

2010-04-29 Thread Carlo de Falco
On 28 Apr 2010, at 20:10, Alois Schlögl wrote: > > Concerning these functions for Matlab users - I'm not sure were else > they should go. If you have a suggestion, let me know. I don't use much matlab myself, so I am not sure the suggestion makes sense, but what about an "octave_compatibiliy"

Re: [OctDev] octcdf-1.1.0

2010-04-29 Thread Carlo de Falco
On 29 Apr 2010, at 09:01, Alexander Barth wrote: > On Tue, Apr 27, 2010 at 9:51 PM, Carlo de Falco > wrote: >> >> On 27 Apr 2010, at 16:01, Alexander Barth wrote: >> >>> Hi all, >>> I released a new version of octcdf which should fix the cs-list bug >>> (invalid assignment to cs-list outside mul

Re: [OctDev] octcdf-1.1.0

2010-04-29 Thread Alexander Barth
On Tue, Apr 27, 2010 at 9:51 PM, Carlo de Falco wrote: > > On 27 Apr 2010, at 16:01, Alexander Barth wrote: > >> Hi all, >> I released a new version of octcdf which should fix the cs-list bug >> (invalid assignment to cs-list outside multiple assignment) in octcdf. >> I have tested it with a recen