How to plot the matrix values in the form of a slice plane?
3 ビュー (過去 30 日間)
古いコメントを表示
I have the following matrix:-
V=rand(4);
I want to create a plane at x=10 in 3D which contains the value of the above matrix in the form of colors.As V is a 4x4 matrix, so the plane I need should contain total 16 cells having different colors.
0 件のコメント
回答 (1 件)
KALYAN ACHARJYA
2022 年 1 月 27 日
編集済み: KALYAN ACHARJYA
2022 年 1 月 27 日
Please refer the surf plot, and change the plot properties accordingly.
3 件のコメント
参考
カテゴリ
Help Center および File Exchange で Surface and Mesh Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!