科学网

 找回密码
  注册
MATLAB绘图设置
李建涛 2018-8-8 11:19
gca设置axes 也就是坐标轴类似绘图区 gcf设置figure 类似画布 字体设置: set(gca,'FontSize',20,'Fontname', 'Times New Roman'); %只能同时改变x y轴显示的字体大小; set(gca,'FontSize',25); title('my title','fontsize',30); xlabel('my ...
个人分类: MATLAB|2238 次阅读|没有评论
GMT绘制站点分布图(整理后的)
李建涛 2018-7-29 15:27
Linux系统下GMT5.4.4绘制站点图 #!/bin/bash R=113.8/114.5/22/22.4 # -JYlon/lat/width -Jylon/lat/scalelon 是中心经线,lat 是标准纬线 #- jm6c 一度为6cm ,-JM6c 宽度为6cm , Ju:通用横向 Mercator(UTM) ...
个人分类: GMT|10800 次阅读|1 个评论
gmt set 的一些东西(图片)
李建涛 2018-7-29 11:20
复制图片来自GMT中文社区《GMT参考手册》 https://docs.gmt-china.org/conf/intro-conf/#id5
个人分类: GMT|3473 次阅读|没有评论
GMT绘制站点分布图(详细又杂乱的)
李建涛 2018-7-27 17:02
Linux系统下GMT5.4.4绘制站点图脚本主要参考GMT参考手册5.4.2最后设置部分 #!/bin/bash R=95/115/8/25 EOF6.5i控制图宽 -Jm1c表示使用墨卡托投影,地图上的1度距离投影到画布上为1厘米 -Jm1:10000000表示使用墨卡托投影,画布上的1cm代表实际距离中的100000 ...
个人分类: GMT|9003 次阅读|没有评论
注释多行
李建涛 2018-7-27 16:13
方法一 :' 被注释的多行内容 ' 方法二 :eof 被注释的多行内容 eof 方法三 :! 被注释的多行内容 !
个人分类: shell/bat|5894 次阅读|没有评论
Extract specfic line from the file (写入文字到文档)
李建涛 2018-7-26 23:22
将 export GMT5HOME=/opt/GMT-5.4.4 写入到 bshrc 中 ,可以应用到提取文件时做分割用。 echo 'export GMT5HOME=/opt/GMT-5.4.4' ~/.bashrc 提取行中同时有A1,A2,A3字符的行 for myFile in router.log.* do echo &nb ...
个人分类: shell/bat|1786 次阅读|没有评论
解算完成后的CLEAN
李建涛 2018-7-20 18:42
CLEAN v. 9.85 2018/3/22 15:40 (Linux) This program is for viewing and editing GAMIT C-files. New features include: ...
个人分类: GAMIT/GLOBK|2191 次阅读|没有评论
国外论文下载-SCI论文
李建涛 2018-7-20 13:49
https://link.springer.com/ 选择学科-earth science-journal https://www.sciencedirect.com/ 查找DOI号,下载
个人分类: 文献下载及其他资源|4283 次阅读|没有评论
GFZRNX :RINEX-3 to RINEX-2
李建涛 2018-7-12 18:58
3.3.4 RINEX-3 to RINEX-2 The RINEX-2 output version is 2.11 . Use the –version out or -vo command line parameter to define RINEX format version of the output file. gfzrnx -finp pots0070.15o -fout pots0070.15o_rx2 -vo 2 gfzrnx -finp POTS00DEU_R_201500700_01 ...
个人分类: GNSS数据编辑分析软件(teqc等)|5810 次阅读|没有评论
Extract a dedicated epoch interval
李建涛 2018-7-12 15:41
To extract a dedicated epoch interval from a RINEX-file you have to provide a Start-Epoch via -epo beg and the Duration -d or -duration in seconds. Here an example to extract the first hour of a daily input file. gfzrnx -finp pots0070.15o -fout pots007a.15o -epo_beg 2015-01-07_ ...
个人分类: GNSS数据编辑分析软件(teqc等)|1725 次阅读|没有评论

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-24 07:06

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部