Is there an equivalent command of "imagesc" to slice a sphere ?

조회 수: 2 (최근 30일)
mauede
mauede 2016년 2월 21일
답변: Image Analyst 2016년 2월 22일
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 ?
Please reply to maura.monville@gmail.com
Thank you so much

답변 (1개)

Image Analyst
Image Analyst 2016년 2월 22일
This is what the slice() function is built for - making cutaway views of volumetric images. Try it.

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by