octave 3.2.0 parser

John W. Eaton jwe at octave.org
Mon Jun 8 13:24:50 CDT 2009


On  8-Jun-2009, Alexander Barth wrote:

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

What are the values of the variables NC and VAR?

jwe


More information about the Bug-octave mailing list