Borrar filtros
Borrar filtros

How to Incorporate ARCGIS map in MATLAB?

35 visualizaciones (últimos 30 días)
SUSHMA MB
SUSHMA MB el 26 de Ag. de 2016
Respondida: Rupak Loodh el 6 de Nov. de 2023
I want to import a study area from ARCGIS to MATLAB. Is it possible to do that?

Respuestas (3)

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

Iniciar sesión para comentar.


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

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by