필터 지우기
필터 지우기

Plot a contour map with statistical significance

조회 수: 5 (최근 30일)
Kostas
Kostas 2012년 12월 12일
Hello, i want to make a contour map and overlay the statistical significance (actually is a matrix of 0 and 1 with the same size of my matrix, which i 'd like to stiple over it, actually i want to do smt like this example in ncl http://www.ncl.ucar.edu/Applications/Images/conOncon_4_lg.png), but i can't figure any way to do it, i would appreciate any possible help. My code is as follow
axesm('robinson', 'maplonlimit', [0 355], 'frame', 'on'); % longitude from 0 to 355
geoshow('landareas.shp', 'FaceColor', 'white', 'FaceAlpha', 0,'linewidth',2)
contourm(double(lat),double(lon),dif','LineStyle','none','Fill','on')
colormap(jet(11))
colobar
the dimensions of my variables are as follow
lon: 72x1 lat: 36x1 dif: 72x36
and i have the matrix of the statistical significance h with the same dimensions as the matrix dif.

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by