我正在寻找一个函数来从 ESRI 的 shapefile 格式(在 Arcview 中使用)读取/写入点、线和多边形,以便在 Matlab 中使用
问问题
9257 次
2 回答
7
如果您没有 Matlab 映射工具箱,非常有用的m_map 包现在有一个 m_shaperead() 函数,它可以很好地读取 shapefile。
X = m_shaperead('filename'); % for filename.(dbf,shp,...)
于 2012-01-16T01:28:53.787 回答