Data plots for 3 Dimensional data
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Surface and Mesh Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!