Plot M by N by P matrix
조회 수: 17 (최근 30일)
이전 댓글 표시
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 650x512 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.
채택된 답변
Ameer Hamza
2020년 6월 18일
See volshow(): https://www.mathworks.com/help/releases/R2020a/images/ref/volshow.html, especially check the Volume Viewer app: https://www.mathworks.com/help/releases/R2020a/images/ref/volumeviewer-app.html from image processing toolbox.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!