.gitignore
.gitmodules
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
requirements.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
docs/field_contents.md
docs/mat_file_format.md
docs/ss_data_breakdown.xlsx
docs/subsystem_data_format.md
docs/unknowns.md
mat_io.egg-info/PKG-INFO
mat_io.egg-info/SOURCES.txt
mat_io.egg-info/dependency_links.txt
mat_io.egg-info/requires.txt
mat_io.egg-info/top_level.txt
matio/__init__.py
matio/convert.py
matio/readmat.py
matio/subsystem.py
matio/utils/__init__.py
matio/utils/matstring.py
matio/utils/mattables.py
matio/utils/mattimes.py
patches/patch1.0.patch
tests/test_mcos/test_datetime/datetime_gen.m
tests/test_mcos/test_datetime/dt_array.mat
tests/test_mcos/test_datetime/dt_base.mat
tests/test_mcos/test_datetime/dt_empty.mat
tests/test_mcos/test_datetime/dt_fmt.mat
tests/test_mcos/test_datetime/dt_tz.mat
tests/test_mcos/test_datetime/test_datetime.py
tests/test_mcos/test_duration/dur_array.mat
tests/test_mcos/test_duration/dur_base.mat
tests/test_mcos/test_duration/dur_d.mat
tests/test_mcos/test_duration/dur_empty.mat
tests/test_mcos/test_duration/dur_h.mat
tests/test_mcos/test_duration/dur_m.mat
tests/test_mcos/test_duration/dur_s.mat
tests/test_mcos/test_duration/duration_gen.m
tests/test_mcos/test_duration/test_duration.py
tests/test_mcos/test_enum/EnumClass.m
tests/test_mcos/test_enum/EnumClass2.m
tests/test_mcos/test_enum/NestedClass.m
tests/test_mcos/test_enum/enum_array.mat
tests/test_mcos/test_enum/enum_base.mat
tests/test_mcos/test_enum/enum_gen.m
tests/test_mcos/test_enum/enum_inside_obj.mat
tests/test_mcos/test_enum/enum_uint32.mat
tests/test_mcos/test_enum/test_enum.py
tests/test_mcos/test_simple/simple_gen.m
tests/test_mcos/test_simple/test_simple.py
tests/test_mcos/test_simple/var_cell.mat
tests/test_mcos/test_simple/var_int.mat
tests/test_mcos/test_simple/var_struct.mat
tests/test_mcos/test_string/string_array.mat
tests/test_mcos/test_string/string_base.mat
tests/test_mcos/test_string/string_empty.mat
tests/test_mcos/test_string/string_gen.m
tests/test_mcos/test_string/test_string.py
tests/test_mcos/test_table/MyObj.m
tests/test_mcos/test_table/T1.mat
tests/test_mcos/test_table/T2.mat
tests/test_mcos/test_table/T3.mat
tests/test_mcos/test_table/T4.mat
tests/test_mcos/test_table/T5.mat
tests/test_mcos/test_table/T6.mat
tests/test_mcos/test_table/T7.mat
tests/test_mcos/test_table/T8.mat
tests/test_mcos/test_table/T9.mat
tests/test_mcos/test_table/table_gen.m
tests/test_mcos/test_table/test_table.py
tests/test_mcos/test_user_defined/DefaultClass.m
tests/test_mcos/test_user_defined/DefaultClass2.m
tests/test_mcos/test_user_defined/NestedClass.m
tests/test_mcos/test_user_defined/NoConstructor.m
tests/test_mcos/test_user_defined/YesConstructor.m
tests/test_mcos/test_user_defined/nested_object.mat
tests/test_mcos/test_user_defined/object_array.mat
tests/test_mcos/test_user_defined/object_in_default_prop.mat
tests/test_mcos/test_user_defined/object_with_constructor.mat
tests/test_mcos/test_user_defined/object_with_default.mat
tests/test_mcos/test_user_defined/object_without_constructor.mat
tests/test_mcos/test_user_defined/test_user_defined.py
tests/test_mcos/test_user_defined/user_defined_gen.m