nctoolbox-nctoolbox-1.1.3-4-gfa2e922

所属分类:Windows编程
开发工具:matlab
文件大小:20456KB
下载次数:3
上传日期:2018-08-09 12:12:10
上 传 者zzzzwkm
说明:  matlab下的nctoolbox工具包,用于读取grib文件 第一步addpath到nctoolbox的路径 第二步setup_nctoolbox
(Use nctoolbox to read and export gird files in matlab first step: addpath the dictionary of nctoolbox secend setp: setup_nctoolbox in command line)

文件列表:
nctoolbox-nctoolbox-fa2e922 (0, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\Contents.m (933, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\LICENSE.txt (572, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm (0, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\Contents.m (711, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\cfdataset.m (12461, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\ncdataset.m (23713, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\ncgeodataset.m (30471, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\ncgeovariable.m (57547, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\nctoolbox-version.txt (88, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\nctoolbox_info.m (2400, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\ncugrid.m (32474, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\ncuvariable.m (11616, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\ncvariable.m (19833, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities (0, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\graphics (0, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\graphics\arrows.m (1164, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\graphics\cdot.m (1426, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\graphics\dasp.m (428, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\graphics\pclegend.m (2088, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\graphics\pcolorjw.m (4153, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\interp (0, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\interp\av2.m (554, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\interp\cgrid_uv2rho.m (4268, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\interp\complex_ongrid.m (7851, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\interp\getinterp.m (3880, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\interp\interptime.m (544, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\interp\interptoxy.m (3025, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\interp\nj_tseries.m (5696, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\misc (0, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\misc\arg2hash.m (242, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\misc\bora.png (110287, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\misc\date_index.m (1479, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\misc\geosubset_construct.m (1124, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\misc\ij2ind.m (57, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\misc\ind2ij.m (168, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\misc\indexing.m (2582, 2018-01-24)
nctoolbox-nctoolbox-fa2e922\cdm\utilities\misc\modellook.PNG (58567, 2018-01-24)
... ...

NCTOOLBOX - 20130305 Full instructions and documentation are being ported from http://code.google.com/p/nctoolbox/ to https://github.com/nctoolbox/nctoolbox/wiki/Documentation We are in the progress of moving the project hosting to github.com. Brief summary: *Prequisites *Matlab R2008a+. You can verify the version of Matlab by typing: version *Java 6+. You can verify the version of Java used by Matlab by typing: version('-java'). *The version returned should start with 'Java 1.6'. If it starts with 'Java 1.5' you can try updating the Matlab JVM: http://www.mathworks.com/support/solutions/en/data/1-1812J/ or use the older nctoolbox-20091112 version of this toolbox. II. Setup 1. In Matlab, change to the nctoolbox directory. For example, >> cd ~/Documents/MATLAB/nctoolbox 2. Run the setup_nctoolbox.m function >> setup_nctoolbox 3. This sets up nctoolbox for the current Matlab session only. You will need to add the follwing lines to your startup.m file if you would like nctoolbox automatically when you start Matlab: % Edit '/Path/to/nctoolbox' to correct nctoolbox directory addpath('/Path/To/nctoolbox') setup_nctoolbox III. Demos 1. Demos that display basic functionality are in the 'demos' subdirectory. These demos can fail if the machines serving the remote data access URLs are unavailable. 2. Contributed demos that display additional or specialized functionality are in the demos/contrib directory. Some of these depend on accessing remote sites for data that can be less reliable than the data URLs in the 'demos' directory.

近期下载者

相关文件


收藏者