- 积分
- 23
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-11-25
- 最后登录
- 1970-1-1
|
发表于 2019-5-28 21:24:14
|
显示全部楼层
请教一个问题,我想白化京津冀以外的地区,代码和报错:
c = contourf(LON,LAT,z,'linestyle', 'none');
shapefile= {'I:\data\基础数据\shp\province\河北.shp','I:\data\基础数据\shp\province\天津.shp','I:\data\基础数据\shp\province\北京.shp'};
maskMap(shapefile,true,'lon',lon,'lat',lat,'linewidth',0.5, 'edgecolor','black');
错误使用 openShapeFiles>readHeaderTypeCode (line 145)
Unsupported shape type PolyLineZ (type code = 13).
出错 openShapeFiles (line 23)
headerTypeCode = readHeaderTypeCode(shpFileId,callingFcn);
出错 shaperead (line 208)
= openShapeFiles(filename,'shaperead');
出错 maskMap (line 103)
s = shaperead(p.Results.shapefile{jj});
求指点! |
|