How to Incorporate ARCGIS map in MATLAB?
33 ビュー (過去 30 日間)
古いコメントを表示
I want to import a study area from ARCGIS to MATLAB. Is it possible to do that?
回答 (3 件)
KSSV
2021 年 6 月 22 日
Export the arcgis map into geotiff and you can read geotiff file in MATLAB using goetiffread or readgeoraster. IT can be done.
1 件のコメント
usman shamim
2021 年 6 月 22 日
and can you please tell that whch tools can i use for the optimized placement of the microphones?
Esteban Inga
2022 年 5 月 11 日
I recommend you to use Openstreetmap (OSM) in Matlab and you can use the map of any part of the world and it has no cost.
0 件のコメント
Rupak Loodh
2023 年 11 月 6 日
You can convert ARCGIS map into shape file. Then input these file in matlab as grided format.
load('yourmap.mat');
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で R Language についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!