How to Incorporate ARCGIS map in MATLAB?
조회 수: 26 (최근 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!