How to plot a stem 3d plot with base map

How can I plot this (in figure) kind of stem plot showing a base map in 3d plane with stems showing at different lat long location and different process

Answers (1)

KSSV
KSSV on 24 May 2022
Edited: KSSV on 24 May 2022
REad about stem3, plot, legend

6 Comments

I know how to do all that. I am asking how can You add a 2d base map to a 3dplot
What data you have for base map?
I have a base map from a gis data.could you tell me what data do I need specifically for matlab or I can just use the map from gis directly?
You have the basemap from GIS, thats fine in which format you have taken the basemap? Geotif?
no its in the shp or shapefile format
That's why I suggested you plot. You can read the shape file using shaperead and the it can be plotted using plot. This will be a 2D plot, then change the view and plot your stem3 plots.

Sign in to comment.

Categories

Asked:

on 24 May 2022

Commented:

on 24 May 2022

Community Treasure Hunt

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

Start Hunting!