immulticube
Syntax
Description
Add-On Required: This feature requires the Hyperspectral Imaging Library for Image Processing Toolbox add-on.
specifies the wavelength for each spectral band in the input data, and sets the
mcube = immulticube(file,wavelength)Wavelength property of the output multicube
object.
creates a mcube = immulticube(image,wavelength)multicube object from the multispectral data cube
image and the specified center wavelength values
wavelength.
creates a mcube = immulticube(image,wavelength,metadata)multicube object from the multispectral data cube
image, specified center wavelength values
wavelength, and metadata metadata. You can use
this syntax to modify the Metadata property of a
multicube object.
specifies the block size to use when loading the multispectral data cube, in addition to any
combination of input arguments from previous syntaxes.mcube = immulticube(___,BlockSize=blockSize)
Note
The Hyperspectral Imaging Library for Image Processing Toolbox™ requires desktop MATLAB®, as MATLAB Online™ and MATLAB Mobile™ do not support the library.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2025a

