필터 지우기
필터 지우기

How to plot a world map using netCDF file

조회 수: 9 (최근 30일)
Sakshi Jain
Sakshi Jain 2016년 11월 25일
댓글: P_L 2019년 2월 20일
I downloaded air temperature file from http://esrl.noaa.gov/psd/data/gridded/data.crutem3.html I have been trying to plot the ame data on a world map which should look like this:
The data for the plotting is from a netCDF file.
v1=get(handles.popmenu1,'string');
v1=str2num(v1);
vardata=ncread('air.mon.anom.nc','air');
set(handles.axis1,'string',num2str(vardata));
I imported data, but I am unable to figure out how to plot it in the world map. The dataset is of matrix [36 x 72 x 1973] and I am trying to plot the data monthly.The world map in figure 2 is only for reference purposes (for location of the map on the GUI).
Can someone help me, please?
  댓글 수: 1
P_L
P_L 2019년 2월 20일
Hi,
did you ever figure put how to do this?
Because I am also struggling.
Many thanks P

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

답변 (1개)

Tamir Suliman
Tamir Suliman 2016년 11월 25일
I think these links below could help you with the information you looking for
https://www.google.com/search?q=use+image+as+background+for+plotting&oq=use+image+as+background+for+plotting&aqs=chrome..69i57.6421j0j7&sourceid=chrome&ie=UTF-8

카테고리

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