MATLAB: How to get a 3D stem plot

stem

Dear sir/madam,
mesh(),meshc(),meshz(),surf(),surfc(),surfz() etc… all these functions plots a continuous 3D graph. I need to plot a discrete(stem) 3D graph. What is the way to do this in matlab? Looking forward to hearing from you soon.
Thanking you, BSD

Best Answer

Try stem3.
Related Question