Is there an equivalent command of "imagesc" to slice a sphere ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
If I have a 3D matrix of real numbers representing voxel values in a voxelized box then I can use "imagesc" to slice the box along the 3 axes (x,y,z).
Assume I have a 3D matrix of real numbers representing voxel values in a voxelized sphere where the voxels are spherical sectors whose spherical coordinates (R,Phi,Theta) are known. Is there a way to slice the sphere using the spherical coordinates (R=R0, -Pi<= Phi <= PI, Theta=Theta0) and display the sliced circle ?
Thank you so much
0 Commenti
Risposte (1)
Image Analyst
il 22 Feb 2016
This is what the slice() function is built for - making cutaway views of volumetric images. Try it.
0 Commenti
Vedere anche
Categorie
Scopri di più su Surface and Mesh Plots in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!