Documentation of ncread


Global Index (short | long) | Local contents | Local Index (short | long)


Function Synopsis

[x, y] = ncread

Help text



Cross-Reference Information

This function is called by

Listing of function ncread

function [x, y] = ncread
nc = netcdf('TS.cdf', 'nowrite');
x = nc{'TS'}(:,:,:,1);
nc = close(nc);
clear nc
nc = netcdf('ORO.cdf', 'nowrite');
y = nc{'ORO'}(:,:,:,1);
nc = close(nc);