Hi.

In a netcdf file, I have "bin" as one of the dimensions with length 20 
elements. I want to reduce it to 10 elements. With matlab, this can be done 
with:

B = nc('bin');
B=resize(B,10);

Could you please tell me, how that can be done in octave/octcdf.

Thanks,
Nands

------------------------------------------------------------------------------
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to