Skip to content

[MATLAB] Add public toMATLAB method to arrow.array.Array for converting to MATLAB types #35550

@kevingurney

Description

@kevingurney

Describe the enhancement requested

In order to allow clients to write generic code for different concrete arrow.array.Array subclasses in MATLAB, it would be helpful to have one generic toMATLAB method. toMATLAB would convert the arrow.array.Array into a corresponding MATLAB type.

For example, arrow.array.Float64Array would be converted to a MATLAB double array.

>> doubleMatlabArray = toMATLAB(float64ArrowArray) % Convert the arrow.array.Float64Array to a MATLAB double array

Component(s)

MATLAB

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions