octave 3.2.0 parser

Alexander Barth barth.alexander at gmail.com
Mon Jun 8 12:37:40 CDT 2009


Hi all,

The matlab netcdf toolbox in octave uses expressions like these:

 f{'myVariable', 1}(i, j, ...) = myVariableData
(see http://ecco2.jpl.nasa.gov/data1/matlab/netcdf_toolbox/netcdf/@netcdf/netcdf.m).

With octcdf I implemented this functionality in octave. However since
octave 3.2.0, such expressions trigger an error:

octave:1>  nc{'autoscale_var',1}(:) = var;
error: a cs-list cannot be further indexed
error: evaluating argument list element number 1

It worked previously in octave 3.0.5.

Thanks and regards
Alex


More information about the Bug-octave mailing list