bundles / scipy latest / scipy / io / matlab / _mio4 / MatFile4Reader / read_var_array
function
scipy.io.matlab._mio4:MatFile4Reader.read_var_array
source: /scipy/io/matlab/_mio4.py :371
Signature
def read_var_array ( self , header , process = True ) Summary
Read array, given header
Parameters
header: header objectobject with fields defining variable header
process: {True, False}, optionalIf True, apply recursive post-processing during loading of array.
Returns
arr: arrayarray with post-processing applied or not according to
process.
Aliases
-
scipy.io.matlab._mio.MatFile4Reader.read_var_array