我想將osm文件導入到matlab中。爲此,我閱讀Ioannis Filippidis的OpenStreetMap函數 。將osm文件導入到matlab中
我開始usage_example
但follwoing錯誤出現
usage_example
Undefined function 'xml2struct_fex28518' for input arguments
of type 'char'.
Error in load_osm_xml (line 27)
map_osm = xml2struct_fex28518(filename); % downloaded osm
file
Error in parse_openstreetmap (line 36)
map_osm = load_osm_xml(openstreetmap_filename);
Error in usage_example (line 28)
[parsed_osm, osm_xml] =
parse_openstreetmap(openstreetmap_filename);
然後我讀了該網頁,谷歌的各種意見,然後我嘗試以下
1)我從提取的小地圖文件www.openstreetmap.org,甚至錯誤是一樣的。
2)改變了路徑,甚至出現錯誤。
請建議並幫助我PLZ。
您是否嘗試聯繫Ioannis Filippidis? – scai 2014-09-20 07:34:46