convert/Image
convert to an Image
Calling Sequence
Parameters
Description
Examples
Compatibility
convert(expr, Image)
expr
-
2-D or 3-D plot, Array, or Matrix; expression to convert
The convert(x, Image) command takes a 2-D or 3-D plot or a Matrix or Array and returns an Image structure corresponding to the input.
plotimage≔convert⁡plot⁡sin,Image:
upperbound⁡plotimage
600,800,3
M≔LinearAlgebra:-RandomMatrix⁡100,generator=0..1
convert⁡M,Image
The convert/Image command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
convert
ImageTools/ImageTypes
Download Help Document