How to Incorporate ARCGIS map in MATLAB?

I want to import a study area from ARCGIS to MATLAB. Is it possible to do that?

Answers (3)

KSSV
KSSV on 22 Jun 2021
Export the arcgis map into geotiff and you can read geotiff file in MATLAB using goetiffread or readgeoraster. IT can be done.

1 Comment

and can you please tell that whch tools can i use for the optimized placement of the microphones?

Sign in to comment.

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.
You can convert ARCGIS map into shape file. Then input these file in matlab as grided format.
load('yourmap.mat');

Categories

Asked:

on 26 Aug 2016

Answered:

on 6 Nov 2023

Community Treasure Hunt

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

Start Hunting!