visualising a 3D matrix

3 views (last 30 days)
Saba Malik
Saba Malik on 7 Jun 2016
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 !

Answers (0)

Community Treasure Hunt

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

Start Hunting!