How can I mark a location on the X-Y plane while using surf?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Chris Loomis
am 2 Jun. 2015
Kommentiert: Star Strider
am 2 Jun. 2015
I am using surf to plot heat diffusion. I would also like to mark the location of the point source in the X-Y plane. I have tried using the 'plot' function with 'hold on' to mark the location with an 'x', then surf the heat, but my x's don't show up in the graph when I'm done. Is there a nice way to do both? Thanks!
0 Kommentare
Akzeptierte Antwort
Star Strider
am 2 Jun. 2015
To plot a specific point on a surf plot, you have to use hold, then use another 3D plotting routine to mark the plot the way you want to. Possibilities are: scatter3, stem3 (both my choices for the options they offer), as well as plot3.
The 2D plot function will put the z-value at zero.
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!