matlab
JShawn
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
matlab画图相关设置
用axes定义坐标轴位置来实现,如果只对某一个subplot显示colorbar,会有图像大小不一致的问题。 demo: top_margin = 0.04; % top margin btm_margin = 0.06; % bottom margin left_margin = 0.06; % left margin right_margin = 0.08; ...原创 2019-03-07 18:31:05 · 1435 阅读 · 0 评论 -
读取数据
目录读取卫星数据GPM DPR雷达数据PPI扫描模式超声风温仪 读取卫星数据 GPM DPR “*.h5文件”,用matlab自带函数h5read处理,demo: clear all;clc; Source_path = 'F:\Code12\DPR\TC\'; file_path = dir([Source_path,'*.h5']); for kk =1 %:length(file...原创 2019-03-07 19:16:21 · 1732 阅读 · 0 评论
分享