3D plot with europe map
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi , I have a question about 3D plot. I want to put the europe map to base of the plot. I mean x-y coordinate will be europe map, and through the z axis, there will be stems on some cities. How i can do this?
0 Commenti
Risposta accettata
Walter Roberson
il 15 Mag 2012
Texture map the europe map on to a surface or patch object. "hold on" and stem3() the stems in to place.
Using the texture map is needed because ordinary images cannot rotate out of the z=0 plane.
2 Commenti
Walter Roberson
il 16 Mag 2012
To put in labels, you need to text() them in to place (textm() them??). There is no option in the stem* routines to attach labels directly.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Map Display in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!