bundles / scipy 1.17.1 / scipy / io / matlab / _miobase / MatFileReader
class
scipy.io.matlab._miobase:MatFileReader
Signature
class MatFileReader ( mat_stream , byte_order = None , mat_dtype = False , squeeze_me = False , chars_as_strings = True , matlab_compatible = False , struct_as_record = True , verify_compressed_data_integrity = True , simplify_cells = False ) Members
Summary
Base object for reading mat files
Extended Summary
To make this class functional, you will need to override the following methods:
matrix_getter_factory - gives object to fetch next matrix from stream guess_byte_order - guesses file byte order from file
Aliases
-
scipy.io.matlab._mio4.MatFileReader