toolbox

所属分类:matlab编程
开发工具:matlab
文件大小:740KB
下载次数:80
上传日期:2012-11-24 16:24:13
上 传 者shine1900
说明:  用matlab打开NC(netcdf)格式的文件;下载后直接解压放到toolbox,然后set path之后就能用了,非常方便
(To open the file of netcdf format;Just decompress it and put it into toolbox set path to it )

文件列表:
mexcdf53_pcwin\netcdf\@listpick\event.m (2184, 2006-09-14)
mexcdf53_pcwin\netcdf\@listpick\listpick.m (6192, 2006-09-14)
mexcdf53_pcwin\netcdf\@listpick\version.m (102, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncatt\copy.m (1173, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncatt\datatype.m (928, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncatt\delete.m (1725, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncatt\dim.m (1258, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncatt\gt.m (1071, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncatt\isglobal.m (568, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncatt\lt.m (931, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncatt\ncatt.m (4471, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncatt\numel.m (666, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncatt\subsasgn.m (3064, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncatt\subsref.m (2068, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncatt\var.m (1271, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncatt\version.m (99, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncbrowser\disp.m (401, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncbrowser\display.m (484, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncbrowser\ncbclipboard.m (662, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncbrowser\ncbevent.m (23517, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncbrowser\ncbgraph.m (3318, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncbrowser\ncbmenu.m (4951, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncbrowser\ncbplot.m (1107, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncbrowser\ncbrefresh.m (2251, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncbrowser\ncbrowser.m (8820, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncbrowser\numel.m (666, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncbrowser\version.m (103, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncdim\att.m (727, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncdim\copy.m (899, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncdim\gt.m (844, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncdim\iscoord.m (638, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncdim\isrecdim.m (696, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncdim\ncdim.m (3066, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncdim\numel.m (666, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncdim\resize.m (3387, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncdim\subsasgn.m (1428, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncdim\subsindex.m (681, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncdim\subsref.m (1408, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncdim\var.m (1233, 2006-09-14)
mexcdf53_pcwin\netcdf\@ncdim\version.m (99, 2006-09-14)
... ...

MexNC MexNC is an interface between MATLAB and NetCDF files. What's provided here is the C code for building the mexnc mex-file on your platform as well as several helper routines and wrappers. The 2.0.x release is known to be compatible with NetCDF versions 3.6.0-p1 and below. Prior to release 2.0.0, the mex-file had the name "mexcdf53", the 53 coming from the fact that it was intended to work on Matlab 5.3 platforms. On linux, this became further confused with the release of Matlab 6.0, which would not work with mexcdf53 and required it's own build, which was named mexcdf60. The names are a bit clumsy, and as the release of the new mex-file with support NetCDF-3 API approached, it was decided that a name change was called for. Wrapper routines called "mexcdf53.m" and "mexcdf60.m" are provided for backwards compatibility. These routines do nothing except call mexnc with whatever arguments they themselves were given. ======================================================================= This package provides the following files: AUTHORS: people contributing mex file builds and source code. COPYING: copyright notice. ChangeLog: detailed changes in particular files in this module common.c mexgateway.c netcdf2.c netcdf3.c Source files. mexopts.R14.sh, mexopts.R13.sh, mexopts.R12.sh, mexopts.R11.sh: Options files. Use these to customize a build to your platform. makefile: used to compile the mex-file. Don't bother with this unless you need to compile your own build and you are NOT on windows. Check to make sure you invoke it with the name of your matlab release. mexcdf53.m mexcdf60.m mexcdf.m Wrapper routines. Used primarily for backwards compatibility. mexnc.m Help information for the mex-file. nc_***bit_offset_mode.m nc_clobber_mode.m nc_fill_mode.m nc_hdf5_mode.m nc_lock_mode.m nc_noclobber_mode.m nc_nofill_mode.m nc_nowrite_mode.m nc_share_mode.m nc_write_mode.m Helper routines that provide the user with mnemonics for NetCDF open and creation modes. nc_double.m, nc_float.m, nc_int.m, nc_short.m, nc_byte.m, nc_char.m Convenience functions that supply the corresponding enumerated constants in netcdf.h mexnc_msvc71_st.bat, mexnc_msvc71_st_R11.bat Options files for building on the windows platform win32_make_mexnc.m M-file for invoking a win32 build. NEWS High level news about this particular release. README This file. tests This directory contains some scripts that will test your build of mexnc. You need to execute the matlab script "test_mexnc" from within the tests directory. Just about every function is tested at least once. You don't need to bother with this unless you are compiling your own build.

近期下载者

相关文件


收藏者