{ } Raw JSON

bundles / scipy 1.17.1 / scipy / io / matlab / _mio4 / MatFile4Reader / get_variables

function

scipy.io.matlab._mio4:MatFile4Reader.get_variables

source: /scipy/io/matlab/_mio4.py :389

Signature

def   get_variables ( self variable_names = None )

Summary

get variables from stream as dictionary

Parameters

variable_names : None or str or sequence of str, optional

variable name, or sequence of variable names to get from Mat file / file stream. If None, then get all variables in file.

Aliases

  • scipy.io.matlab._mio.MatFile4Reader.get_variables