Effacer les filtres
Effacer les filtres

How to Incorporate ARCGIS map in MATLAB?

36 vues (au cours des 30 derniers jours)
SUSHMA MB
SUSHMA MB le 26 Août 2016
I want to import a study area from ARCGIS to MATLAB. Is it possible to do that?
  1 commentaire
usman shamim
usman shamim le 22 Juin 2021
any idea how to do so

Connectez-vous pour commenter.

Réponses (3)

KSSV
KSSV le 22 Juin 2021
Export the arcgis map into geotiff and you can read geotiff file in MATLAB using goetiffread or readgeoraster. IT can be done.
  1 commentaire
usman shamim
usman shamim le 22 Juin 2021
and can you please tell that whch tools can i use for the optimized placement of the microphones?

Connectez-vous pour commenter.


Esteban Inga
Esteban Inga le 11 Mai 2022
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 le 6 Nov 2023
You can convert ARCGIS map into shape file. Then input these file in matlab as grided format.
load('yourmap.mat');

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by