Main Content
netcdf.putVar
Write data to netCDF variable
Syntax
Description
Examples
Input Arguments
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.
This function corresponds to several (
nc_put_var*
) functions in the netCDF library C API.To use this function, you must be familiar with the netCDF C interface. You can access the netCDF documentation at the netCDF website.