爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 4057|回复: 2

[程序设计] 使用m_map工具箱后m_contourf画不出图像

[复制链接]

新浪微博达人勋

发表于 2017-12-9 15:37:48 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x
问题如题,m_contourf之后什么都不显示,也不报错。一开始画不出数据图像以为是被海岸线覆盖了,但是单独拿出m_contourf还是做不出图像,程序如下

clc;clf;clear all;
ncdisp('C:\Users\Administrator\Desktop\19980731120000-REMSS-L4_GHRSST-SSTfnd-MW_OI-GLOB-v02.0-fv05.0.nc');
lon=ncread('C:\Users\Administrator\Desktop\19980731120000-REMSS-L4_GHRSST-SSTfnd-MW_OI-GLOB-v02.0-fv05.0.nc','lon')
lat=ncread('C:\Users\Administrator\Desktop\19980731120000-REMSS-L4_GHRSST-SSTfnd-MW_OI-GLOB-v02.0-fv05.0.nc','lat')
sst=ncread('C:\Users\Administrator\Desktop\19980731120000-REMSS-L4_GHRSST-SSTfnd-MW_OI-GLOB-v02.0-fv05.0.nc','analysed_sst')
sst=sst(1140:1341,400:521,1)
lon=lon(1140:1341)
lat=lat(400:521)
sst=sst*0.01
m_proj('lambert','lon',[105 155],'lat',[10 40])
m_contourf(lat,lon,sst,15);
hold on
m_grid('box','fancy','tickdir','out');
m_coast('patch',[0 0 0],'edgecolor','none')
hold on
colorbar
xlabel('Longitude (\circE)');
ylabel('Latitude (\circN)');


密码修改失败请联系微信:mofangbao

新浪微博达人勋

 楼主| 发表于 2017-12-9 16:14:55 | 显示全部楼层
求大神解答…实在没辙了
密码修改失败请联系微信:mofangbao

新浪微博达人勋

 成长值: 32430
发表于 2017-12-9 19:20:56 | 显示全部楼层
顺序不对
密码修改失败请联系微信:mofangbao
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表