MATLAB: How to plot 3D matrix in form of cube

3d cube

Hello everyone, I have a 3D matrix of size [t, x, y]=size(D), where t=300; x=12 and y=12. How to plot t with respect to x, y for 3D cube ? Thanks

Best Answer

Use the slice function.
HTH
Related Question