plot a 6x6 matrix in 3D
Show older comments
I want to plot A (6,6) matrix with row number as x axis, column number as y axis and the value of A(x,y) as z axis. what is the function to use?
Accepted Answer
More Answers (1)
Walter Roberson
on 10 Sep 2011
1 vote
Or just surf(A)
Categories
Find more on Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!