How can I mark a location on the X-Y plane while using surf?

5 vues (au cours des 30 derniers jours)
Chris Loomis
Chris Loomis le 2 Juin 2015
Commenté : Star Strider le 2 Juin 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!

Réponse acceptée

Star Strider
Star Strider le 2 Juin 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 commentaires
Chris Loomis
Chris Loomis le 2 Juin 2015
Scatter3 worked perfectly, thanks!
Star Strider
Star Strider le 2 Juin 2015
My pleasure!

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by