3D imagesc function
Show older comments
Hey all,
I have matrix MxN where every cell is a value of amplitude. What I usually do is plotting this matrix as an image with
imagesc(M,N,matrix)
What I want to do now is the same in 3D, using a set of coordinates (x,y) or (x,y,z). Do you have any suggestion? I have been looking for something with the same result of imagesc(), but I was not able.
Thanks, Igor
Accepted Answer
More Answers (0)
Categories
Find more on Line Plots in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!