How to Incorporate ARCGIS map in MATLAB?

조회 수: 38 (최근 30일)
SUSHMA MB
SUSHMA MB 2016년 8월 26일
답변: Rupak Loodh 2023년 11월 6일
I want to import a study area from ARCGIS to MATLAB. Is it possible to do that?

답변 (3개)

KSSV
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
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
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.

Rupak Loodh
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');

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by