Image - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


convert/Image

convert to an Image

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

convert(expr, Image)

Parameters

expr

-

2-D or 3-D plot, Array, or Matrix; expression to convert

Description

• 

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.

Examples

plotimageconvertplotsin,Image:

upperboundplotimage

600,800,3

(1)

MLinearAlgebra:-RandomMatrix100,generator=0..1

convertM,Image

Compatibility

• 

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