MATLAB: Plot M by N by P matrix

3d matrix3d surfacecoordinatesplotsurface

Hi everyone.
I have a problem here. I got a binary 650x512x128 matrix (Let's say it's called V) that represents 128 images of a curve segmentation of size 650×512 that I want to plot as a continuous surface.
I tried using isosurface, but it seems like a scattered points that doesn't make contact between each other, so that ain't look like a surface.
I have seen other plotting methods, but it is required to have it in a coordinate X, Y, Z matrix, so maybe a little help with that transformation would be helpful.
Thanks in advance.

Best Answer

Related Question