liuzemin
2008-08-06, 15:46
load korea
figure
worldmap(map,maplegend,'ldem3d')
view(3)
>> maplegend
maplegend =
12.0000 45.0000 115.0000
以上代码是Maplab6.5的help中摘录的,对里面的数据不甚了解
map是一个180*240的Double数组,meplegend如上显示
可以推测meplegend(2)和meplegend(3)是生成的地图的左上角的经纬度,
meplegend(1)代表什么?
而且map为什么接受180*240这样的数据,代表什么?
figure
worldmap(map,maplegend,'ldem3d')
view(3)
>> maplegend
maplegend =
12.0000 45.0000 115.0000
以上代码是Maplab6.5的help中摘录的,对里面的数据不甚了解
map是一个180*240的Double数组,meplegend如上显示
可以推测meplegend(2)和meplegend(3)是生成的地图的左上角的经纬度,
meplegend(1)代表什么?
而且map为什么接受180*240这样的数据,代表什么?