I am looking for a function to read/write points, lines and polygons from ESRI's shapefile format (as used in Arcview) for use in Matlab
ESRI's shapefile to Matlab
If you do not have the Matlab mapping toobox, the very useful m_map package now has an m_shaperead() function which does a good job of reading shapefiles.
X = m_shaperead('filename'); % for filename.(dbf,shp,...)
© 2022 - 2024 — McMap. All rights reserved.