Plot M by N by P matrix
20 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Oscar Ramos Soto
el 18 de Jun. de 2020
Comentada: Walter Roberson
el 18 de Jun. de 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.
Respuesta aceptada
Ameer Hamza
el 18 de Jun. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Surface and Mesh Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!