How to Incorporate ARCGIS map in MATLAB?

35 次查看(过去 30 天)
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