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!