plot a 6x6 matrix in 3D
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 10 de Sept. de 2011
1 voto
Or just surf(A)
Categorías
Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!