GMT5与Matlab转换表

Matlab

GMT stem

colorbar

psscale

contour(X,Y,Z)

grdcontour datafile.nc

contourf(X,Y,Z)

pscontour -I datafile.xyz

pcolor(X,Y,Z)

grdimage data.nc

plot(X,Y,’k’)

psxy -Wblack data.xy

quiver(X,Y,U,V)

psxy -Sv data.xyAr

plot(X,Y,’rx’)

psxy -Wred -Sx.4i data.xy

text(X,Y,’Hello world’)

pstext

有些函数Matlab没有对应的函数:

  • pswiggle: to plot anomalies along a track, e.g. altimeter signals along the track, or waterfall plots of temperature and salinity profiles
  • makecpt: to make a colormap
  • ps2raster: convert your *.ps file into another file format (e.g. *.png)
  • pscoast: Plots coastlines with options to shade the land or outline the coasts, and/or add rivers. Probably has an m_map equivalent.

See the full list of GMT functions on the html man pages: http://www.soest.hawaii.edu/gmt5/gmt/html/gmt_man.html.


文章作者: 物探网
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 物探网 !
 上一篇
Linux下常用文本处理命令 Linux下常用文本处理命令
Linux下面有很多经典的非常有用的命令,其中处理文本的命令就有很多。这些小工具经过了几十年时间的洗礼,现在已经变成了经典,已经变成了Linux下面的标准,其实它们一直是遵循着Linux的标准。 下面就让我们一起看看这些经典的Linux文本
2013-11-20
下一篇 
关于岩石的密度(摘自孟小红ppt) 关于岩石的密度(摘自孟小红ppt)
一、决定岩(矿)石密度的主要因素 决定岩石密度大小的主要因素
2013-10-30
  目录