netcdfobj - netcdf made easy.

버전 1.2.0.0 (4.57 KB) 작성자: Aslak Grinsted
Easy interface for reading netcdf files.
다운로드 수: 1.1K
업데이트 날짜: 2015/2/4

라이선스 보기

allows you to easily access atrributes and variables from a netcdf file.
And can also convert the netcdf dates to datenums.

Example1:
o=netcdfobj('e:\meanstationpressure.cdf');
o.vars
pressure=o.vars.pressure.value;

EXAMPLE2:
n=netcdfobj('ice5g_v1.2_21.0k_1deg.nc');
>> n.vars
lat
bounds_lat
long
bounds_long
orog
sftgit
sftgif
>> n.vars.lat.atts
bounds: bounds_lat
standard_name: latitude
units: degrees_north
axis: Y
>> lat=n.vars.lat.value;
>> imagesc(n.vars.long.value,lat,n.vars.orog.value')
>> axis xy

인용 양식

Aslak Grinsted (2024). netcdfobj - netcdf made easy. (https://www.mathworks.com/matlabcentral/fileexchange/31615-netcdfobj-netcdf-made-easy), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2010a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

fixed serious bug in cdfdate2num

1.1.0.0

added a netcdf date -> datenum parser

1.0.0.0