Image - Maple Help

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

M1010111110101000101000111010111110111011100101000110000111111100001010111001010111000011101000110100100 × 100 Matrix

(2)

convertM,Image

1.0.1.0.1.1.1.1.1.0.1.0.1.0.0.0.1.0.1.0.0.0.1.1.1.0.1.0.1.1.1.1.1.0.1.1.1.0.1.1.1.0.0.1.0.1.0.0.0.1.1.0.0.0.0.1.1.1.1.1.1.1.0.0.0.0.1.0.1.0.1.1.1.0.0.1.0.1.0.1.1.1.0.0.0.0.1.1.1.0.1.0.0.0.1.1.0.1.0.0.100 × 100 Array

(3)

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