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