查看单个帖子
旧 2007-06-11, 15:20   #1
ciji1995
游客
 
帖子: n/a
生气 matlab软件将"台湾"看成和中国同等的国家?

在网上看到的!
把程序发上来,大家有空也画个试试吧,令人气愤啊!
在matlab窗口输入:
worldmap('china','patch')
h = displaym(worldlo('POtext'));
trimcart(h)
rotatetext(h)
orient landscape
tightmap
hidem(gca)
previewmap
或者
worldmap('taiwan','patch')
h = displaym(worldlo('POtext'));
trimcart(h)
rotatetext(h)
orient landscape
tightmap
hidem(gca)
previewmap

就可以看见了,中国和台湾是不同颜色区分的!
  回复时引用此帖