getAxesHandle
Get handle to axes in Slice Viewer
Syntax
Description
Examples
Get Handle to Axes in Slice Viewer
Load MRI data into the workspace.
load mristack
Create a display panel used to display the slices and the slider.
ViewPnl = uipanel(figure,"Title","Z-Direction Slices of MRI");
View the data in the slice viewer, specifying a custom colormap for viewing the slices. The slice viewer opens the stack of images and displays the one in the middle. Use the slider to view a different slice.
cmap = parula(256); s = sliceViewer(mristack,"Colormap",cmap,"Parent",ViewPnl);
Get the handle to the axes that contains the image slices in the slice viewer.
hAx = getAxesHandle(s)
hAx = Axes with properties: XLim: [0.5000 256.5000] YLim: [0.5000 256.5000] XScale: 'linear' YScale: 'linear' GridLineStyle: '-' Position: [116.8627 57.5000 326.2745 326.2745] Units: 'pixels' Show all properties
Input Arguments
s
— Slice Viewer
sliceViewer
object
Slice Viewer, specified as a sliceViewer
object.
Output Arguments
hAx
— Axes in Slice Viewer
Axes
object
Axes in Slice Viewer, returned as an Axes
object.
Version History
Introduced in R2019b
See Also
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)