Create a 3D surface using 3 matrices
Ältere Kommentare anzeigen
Hi,
Suppose I have 3 matrices of size 50x1x2. The first page of this matrix consists of 50 values. On the second page, respectively 0 for the first matrix, 1 for the second matrix, 2 for the third matrix, all row values. For instance, first matrix like that;
val(:,:,1) = 406.9411 ; 391.6759 ; ......... (50 value)
val(:,:,2) = 0 ; 0 ; 0 ;........ (50 value)
Similarly other matrices have this structure. How can I use these matrices to show them on a graph by creating a surface between them ?
Thanks for your answer in advance.
Antworten (1)
Andreas Bernatzky
am 17 Dez. 2019
Bearbeitet: Andreas Bernatzky
am 17 Dez. 2019
0 Stimmen
1 Kommentar
mehmet irfan gedik
am 17 Dez. 2019
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
