m_proj('Miller','lon',[10 17],'lat',[53 56]); m_gshhs_h('patch',[0.6 0.6 0.6],'edgecolor','k'); m_grid('linest','-.','color','k','xtick',[10:1:17],'xticklabel',[10:1:17],'ytick',[53:1:56],'yticklabel',[53:1:56]) m_grid('linest','-.','color','k...
m_contourf(x,y,sst,20,'linestyle','none'); hold on [c,h]=m_contour(x,y,sst,6:2:30,'color','k','showtext','on'); clabel(c,h,'fontsize',10,'fontname','time news roman','fontweight','bold'); col=load('color.mat'); m_gshhs_f('patch',col.color_list_temp,'edgecolor...
cc(a2)=cc(a2)-360; [c,h]=m_contour(lon1,lat1,cc,[0 0]); clabel(c,h,'FontSize',10, 'Color','r','Rotation',0); m_gshhs_h('save','topodata'); m_usercoast('topodata','patch',[0 0 0],'linewidth',1.2); m_grid('box','fancy') xlabel('Longitude') ylabel('Latitude...
下载version1.10中 gshhs_1.10.zip 文件,将zip文件解压,把gshhs_*.b 文件复制到 matlab\R2009\toolbox\matlab\m_map\@private 文件夹内。打开m_gshhs_c.m,补全路径。 1 FILNAME='D:\MATLAB\toolbox\m_map\private/gshhs_c.b' 同理将所有的m_gshhs_*.m路径都补充完整。 9、 1 2 3 4 5 6 7 ...
m_gshhs_i.m - draws coastline from GSHHS intermediate-resolution database m_gshhs_h.m - draws coastline from GSHHS high-resolution database m_gshhs_f.m - draws coastline from GSHHS full resolution database m_plotbndry.m - draws a political boundary from the DCW m_usercoast.m - draws ...
files = gunzip('gshhs_h.b.gz', workingFolder); closeall clearall clc % assign the path to your working directory: cd ('E:\SEEC\'); % add path to TelemacTolls functions (i.e. to read in telemac files into MATLAB): addpath ('C:\Matlab_download\m_map1.4f\'); ...
matlab 图形窗口大小的设置 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%常用选项和小技巧%%%%% %画等值线 [cc hh]=contour(peaks(30),'LINESPEC','b-')clabel(cc,hh,'manual')%写文本 text(5,10,'\bf math \sl math \it math \rm math \alpha','color',[0.1 0.1 0.9],'...
Once you have this archive, read the Getting started section of the User's guide to -correctly install this toolbox, and sections 9 -and 10.1 to install TerrainBase and GSHHS -respectively. - - -A number of examples have been given to highlight the -various capabilities of M_Map. - -...
岸线数据 % m_gshhs 第一个参数:c,l,i,h,f分别表示粗糙/低/中/高/满分辨率 % m_gshhs 第...
m_pcolor m_proj('miller','long',[110.2112.8],'lat',[2022]);m_pcolor(ln1,lt1,V1)shadingflat(interp)m_grid('linewi',1,'linest',':','tickdir','out','fontsize',14,'fontweight','bold');m_gshhs_h('patch','g','edgecolor','r');h=colorbar;(h=colorbar(‘horiz’))set(h...