Data plots for 3 Dimensional data
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
I have X Y Z and T(some variable) data. Size of each one of these is NxNxN (N can be 100,200 etc). X Y Z obtained from meshgrid and T by TriScatteredInterp on X Y Z. I want to visualize T using say surf or any other method like contour3. but surf or contour3 with syntax contour3(x,y,z) or surf(x,y,z) while z is used for the color data and surface height.Is there any possible way to do contour3(X,Y,Z,T)/surf(X,Y,Z,T) ? any other method where i can plot T on X Y Z. Thanks
0 Commenti
Risposte (0)
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!