Is there a function that can plot data points (Z) as a 3D bar based on their individual coordinates (X, Y)?

3 views (last 30 days)
Is there a function that can plot data points (Z) as a 3D bar based on their individual coordinates (X, Y)? Instead of scatter3(...), I wish the data can be plotted as colored bar, the height of which is the value.

Accepted Answer

Sean de Wolski
Sean de Wolski on 22 Jul 2015

More Answers (1)

Star Strider
Star Strider on 22 Jul 2015
See if the bar3 function does what you want.

Categories

Find more on Line Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!