Plot M by N by P matrix
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Oscar Ramos Soto
il 18 Giu 2020
Commentato: Walter Roberson
il 18 Giu 2020
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.
Risposta accettata
Ameer Hamza
il 18 Giu 2020
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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Surface and Mesh Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!