Display volume
Display volume, creating a volshow
object with properties that
control the appearance of the display.
volshow(
displays 3-D grayscale volume
V
)V
in a figure. You can rotate and zoom in and out on the display
interactively using the mouse.
volshow(
displays the 3-D grayscale volume V
,config
)V
. config
is a
struct exported from the Volume Viewer app. The
config
struct controls visualization of the volume, containing
values for volshow
object properties.
volshow(
displays the volume, using one or more name-value pairs to set properties that control the
visualization of the volume. For a list of name-value pairs, see Properties. Enclose each property
in quotes. For example, V
,Name,Value
)'BackgroundColor'
.
returns a
vs
= volshow(___)volshow
object with properties that can be used to control
visualization of the volume.
setVolume | Set new volume |
The volshow
function creates a uipanel
object
in the specified parent figure. Panels are containers that group UI components together.
volshow
displays volumetric data in the uipanel
.
In contrast, imshow
displays images in an
Axes
. If you call imshow
to display an image in a
figure in which volshow
has displayed a volume, then
imshow
does not overwrite the volume displayed by
volshow
. The Axes
created by
imshow
displays behind the uipanel
.
isosurface
| labelvolshow
| obliqueslice
| slice
| Volume
Viewer