Hi.
A small correction to my previous mail. In stead of "nc{'var'}.units = 'm';"
I should have been using "cdf{'var'}.units = 'm';" as in
cdf = netcdf('glo_att.nc','c');
cdf('lon') = 6;
cdf('lat') = 4;
cdf{'var'} = ncchar('lon','lat');
cdf{'var'}.units = 'm';
which gives me (one error instead of
Hi.
I installed octcdf from svn. Now, for "nv.units = 'm';" I get
error: invalid assignment to cs-list outside multiple assignment.
while for "nc{'var'}.units = 'm';" I get
error: a cs-list cannot be further indexed
error: invalid assignment to cs-list outside multiple assignment.
I guess, the er
Carlo de Falco wrote:
>
> On 28 Mar 2010, at 18:20, Carlo de Falco wrote:
>
>>
>> On 28 Mar 2010, at 17:59, Arno Onken wrote:
>>
>>> Hi,
>>>
>>> The statistics-1.0.10 package is released in the package release forum.
>>>
>>> Arno
>>
>> Arno,
>> The file "index.html" in the statistics-html.tar.gz
On 28 Mar 2010, at 18:20, Carlo de Falco wrote:
>
> On 28 Mar 2010, at 17:59, Arno Onken wrote:
>
>> Hi,
>>
>> The statistics-1.0.10 package is released in the package release
>> forum.
>>
>> Arno
>
> Arno,
> The file "index.html" in the statistics-html.tar.gz refers to
> version 1.0.9 releas
On 28 Mar 2010, at 17:59, Arno Onken wrote:
> Hi,
>
> The statistics-1.0.10 package is released in the package release
> forum.
>
> Arno
Arno,
The file "index.html" in the statistics-html.tar.gz refers to version
1.0.9 released on 2009-05-03.
Have you updated the DESCRIPTION file in the pack
Hi,
The statistics-1.0.10 package is released in the package release forum.
Arno
--
Download IntelĀ® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune appl