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

조회 수: 5 (최근 30일)
Chris Loomis
Chris Loomis 2015년 6월 2일
댓글: Star Strider 2015년 6월 2일
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!

채택된 답변

Star Strider
Star Strider 2015년 6월 2일
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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by