changeset 11261:3da1230d1959 octave-forge

info on dimension order
author abarth93
date Thu, 22 Nov 2012 20:07:58 +0000
parents 525d72fc3135
children 0f3d40c65d4a
files main/octcdf/inst/ncread.m
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/octcdf/inst/ncread.m	Thu Nov 22 16:20:26 2012 +0000
+++ b/main/octcdf/inst/ncread.m	Thu Nov 22 20:07:58 2012 +0000
@@ -6,6 +6,9 @@
 % The parameter start contains the starting indices, count
 % is the number of elements and stride the increment between
 % two successive elements (default 1).
+%
+% Note: the order of dimension is reversed compared to 
+% the shell command ncdump
 
 function x = ncread(filename,varname,start,count,stride)