ncread
Read data from variable in netCDF data source
Syntax
Description
Examples
Input Arguments
Output Arguments
More About
Tips
MATLAB interprets data as column major, but the netCDF C API interprets data as row major. Multidimensional data in the netCDF C API shows dimensions in the reverse of the order shown by MATLAB and consequently appears transposed.