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

Online Help

DataSets[Builtin][Reference]

  

convert

  

convert built-in reference to another data type

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

convert(ref, conversion, extra)

Parameters

ref

-

built-in data reference object

conversion

-

name; convert to this type

extra

-

(optional) extra arguments for the conversion

Description

• 

The convert command can convert to an Array, Matrix, listlist, Vector, or list.

• 

The conversions to Array, Matrix, and Vector accept any number of extra arguments which are passed to the appropriate data structure constructor. You can use this to, for example, set the order of the new data structure by passing a order = o option.

• 

Data sets are typically large enough that converting the whole data set will require a substantial amount of time to download all the metadata. Converting smaller subsets will take less time.

Examples

(1)

The data in this data set as a Matrix:

(2)

The data as a list of lists:

(3)

(4)

(5)

Compatibility

• 

The DataSets[Builtin][Reference][convert] command was introduced in Maple 2015.

• 

For more information on Maple 2015 changes, see Updates in Maple 2015.

See Also

convert

 


Download Help Document