Data plots for 3 Dimensional data
3 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Surface and Mesh Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!