Data plots for 3 Dimensional data

2 views (last 30 days)
Bineet_Mehra
Bineet_Mehra on 30 Apr 2016
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

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!