{ } Raw JSON

bundles / scipy 1.17.1 / 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 object

object with fields defining variable header

process : {True, False}, optional

If True, apply recursive post-processing during loading of array.

Returns

arr : array

array with post-processing applied or not according to process.

Aliases

  • scipy.io.matlab._mio.MatFile4Reader.read_var_array