
How do I visualize a matrix that has x, y, z and o values?
1 次查看(过去 30 天)
显示 更早的评论
I am trying to visualize a matrix with 4 dimensions. I have the x, y, z and o values but I dont know how to view them? for example x,y,z,o = 2,1,2,50 x,y,z,o = 3,6,1,4
how do I visualize such a matrix?
0 个评论
回答(2 个)
Sergey Alyamkin
2012-2-25
You can display your matrix using 2D & 3D projections, or plot surface and 4th dimension of your matrix show with coloring
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!