Re: [OctDev] octave-3.3.50+ : invalid assignment to cs-list outside multiple assignment

2010-03-28 Thread nnas
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

Re: [OctDev] octave-3.3.50+ : invalid assignment to cs-list outside multiple assignment

2010-03-28 Thread nnas
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

Re: [OctDev] statistics-1.0.10 released

2010-03-28 Thread Arno Onken
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

Re: [OctDev] statistics-1.0.10 released

2010-03-28 Thread Carlo de Falco
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

Re: [OctDev] statistics-1.0.10 released

2010-03-28 Thread Carlo de Falco
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

[OctDev] statistics-1.0.10 released

2010-03-28 Thread Arno Onken
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