PPPL Unix Cluster

PREV matlab UP Miscellaneous software NEXT maple

5.7: MexCDF

(From the documentation:)

What is MexCDF?

MexCDF is a mex-file interface between NetCDF and MATLAB that invokes the complete C-Language NetCDF interface, as described in the NetCDF Users Guide. This allows MATLAB users to read, write, and manipulate NetCDF data files in a general, efficient manner.

Access to m-netcdf files is obtained by typing

addpath /usr/local/mexcdf/netcdf
ncstartup

somewhere at the top of the MATLAB scripts.

Web sites are

http://crusty.er.usgs.gov/~cdenham/MexCDF/nc4ml5_guide.html http://crusty.er.usgs.gov/mexcdf.html

PREV matlab UP Miscellaneous software NEXT maple