How to plot the matrix values in the form of a slice plane?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
KALYAN ACHARJYA
il 27 Gen 2022
Modificato: KALYAN ACHARJYA
il 27 Gen 2022
Please refer the surf plot, and change the plot properties accordingly.
3 Commenti
Vedere anche
Categorie
Scopri di più su Surface and Mesh Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!