필터 지우기
필터 지우기

Example 3D netcdf data

조회 수: 6 (최근 30일)
Chad Greene
Chad Greene 2014년 8월 15일
댓글: Chad Greene 2014년 8월 15일
I am writing a help file that would benefit from some example data in netcdf format. The data should be in the form of a 3D matrix of some variable (e.g. temperature), and corresponding (lat, lon) or (x,y) and time vectors. Unfortunately, Matlab's example.nc only contains 2D data sets. Is there some geospatialexample.nc file that I do not know about or should I create it myself?

답변 (1개)

Ashish Uthama
Ashish Uthama 2014년 8월 15일
편집: Ashish Uthama 2014년 8월 15일
If you assume net connection, your example could "download" it. MATLAB can read OPeNDAP data. Barring that, you would have to create one. Or add code to your example which creates it on the fly (NCCREATE/NCWRITE).
  댓글 수: 1
Chad Greene
Chad Greene 2014년 8월 15일
Thanks Ashish. I don't want to assume that end users have an internet connection with friendly firewall settings, and I'm afraid that several lines of example data creation may make my help files a bit top-heavy. I may need to distribute my help file along with a separate example data file.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 NetCDF에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by