plot a 6x6 matrix in 3D
古いコメントを表示
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?
採用された回答
その他の回答 (1 件)
Walter Roberson
2011 年 9 月 10 日
1 投票
Or just surf(A)
カテゴリ
ヘルプ センター および File Exchange で 2-D and 3-D Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!