Plot a contour map with statistical significance
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Descriptive Statistics and Visualization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!