Data plots for 3 Dimensional data

1 次查看(过去 30 天)
Bineet_Mehra
Bineet_Mehra 2016-4-30
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 个)

类别

Help CenterFile Exchange 中查找有关 Surface and Mesh Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by