标签: matlab mapinfo
我想知道在 Matlab 中是否有一种简单的方法来读取和显示由 Mapinfo 生成的文件(如.DAT,.MAP,.TAB) 。
答案 0 :(得分:1)
看起来,from here,Matlab无法读取具有高程数据的3D shapefile,只能读取2D shapefile,因此您需要将它们从3D转换为2D shapefile。如果您有ArcMap,则可以执行this。