in nc_read.m there are lines 429-430 (about) like that
Code: Select all
case {nc_int, nc_short, nc_byte}
f = double(f).*scale+offset;
I fixed just commenting them, but maybe they could be wrote like the others "cases":
Code: Select all
case {netcdf.getConstant('nc_int')
Cheers,
Antonio