Plotting a Map on App Designer
Mostrar comentarios más antiguos
Hi,
I have a '.shp' file that I am trying to read in using readgeotable then plotting on a map. I have been able to this on a regular figure (shown bellow), but I am having trouble figuring out how to do it on App Designer. Does anyone have any tips?
% Print out the main map (street)
geolimits([41 50],[-122.95 -110])
geobasemap streets
hold on
% Read in ARCGIS data and print on top of street map
GT = readgeotable('BPA_TransmissionLines.shp'); %the .shp file holds line locations
geoplot(GT,'-r','linewidth',1.5)
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Geographic Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!