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
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
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
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
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
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
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"
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
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