How do I add a shapefile?
显示 更早的评论
Undefined function or variable 'convertStringsToChars'.
Error in shaperead (line 201)
[varargin{:}] = convertStringsToChars(varargin{:});
I keep getting the error when trying to add the African map shapefile, how can rectrify this?
6 个评论
Hari Krishna Ravuri
2019-8-2
Can you share the shapefile
Boipelo Thande
2019-8-7
KSSV
2019-8-7
Whay you have is a xml file.......how did you try to read it?
Adam Danz
2019-8-7
Boipelo Thande
2019-8-7
回答(1 个)
Adam Danz
2019-8-7
(continued from the comments section under the question).
The convertStringsToChars() function became available in r2017b. Check that your matlab release is prior to r2017b.
ver()
类别
在 帮助中心 和 File Exchange 中查找有关 Data Import and Export 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!