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 two errors as mentioned in previous mail): error: invalid assignment to cs-list outside multiple assignment. Thanks. Nands ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev