How to display values of z-axis in a stem chart

Hi, I have a 3D stem chart as shown in the figure. I want P(x,y) values ​​to appear above the points in the graph. How can I do that? Thanks in advance.

 Accepted Answer

text() accepts vectors of x y z and either string array or cell array of string. I suggest using compose() with a double-quoted format specification to build a string array.

More Answers (0)

Categories

Products

Release

R2022a

Tags

Community Treasure Hunt

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

Start Hunting!