visualising a 3D matrix
조회 수: 5 (최근 30일)
이전 댓글 표시
Hi guys !
I'm pretty new to Matlab and am currently struggling with the following problem - please help ! I have a 3D matrix of values (512X512X90) which I have generated by processing data from a z-stack of 90 512x512 images . I would like to represent the forces I calculated in a 3D color or contour map , if possible , along with a colorbar . I have successfully managed to do this in 2D for each slice using imagesc on my 512x512 matrix of values but I need to represent the force values in a 3D manner . I would like to represent the data in a cube and 'jet' colormap format as below ideally .
Is this possible with Matlab and how so ?

I am aware of functions like slice and contour3 but I'm not really sure where to start
thanks !
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!