.gitignore
.gitmodules
.pre-commit-config.yaml
.pylintrc
LICENSE
README.md
pyproject.toml
requirements.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/pylint.yml
.github/workflows/python-publish.yml
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/matmap.py
matio/utils/matstring.py
matio/utils/mattables.py
matio/utils/mattimes.py
patches/patch1.0.patch
tests/test_mcos/test_calendarDuration/cal_gen.m
tests/test_mcos/test_calendarDuration/cdur1.mat
tests/test_mcos/test_calendarDuration/cdur2.mat
tests/test_mcos/test_calendarDuration/cdur3.mat
tests/test_mcos/test_calendarDuration/cdur4.mat
tests/test_mcos/test_calendarDuration/cdur5.mat
tests/test_mcos/test_calendarDuration/cdur6.mat
tests/test_mcos/test_calendarDuration/cdur7.mat
tests/test_mcos/test_calendarDuration/cdur8.mat
tests/test_mcos/test_calendarDuration/test_calendarDuration.py
tests/test_mcos/test_categorical/cat1.mat
tests/test_mcos/test_categorical/cat10.mat
tests/test_mcos/test_categorical/cat2.mat
tests/test_mcos/test_categorical/cat3.mat
tests/test_mcos/test_categorical/cat4.mat
tests/test_mcos/test_categorical/cat5.mat
tests/test_mcos/test_categorical/cat6.mat
tests/test_mcos/test_categorical/cat7.mat
tests/test_mcos/test_categorical/cat8.mat
tests/test_mcos/test_categorical/cat9.mat
tests/test_mcos/test_categorical/categorical_gen.m
tests/test_mcos/test_categorical/test_categorical.py
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_dict/dict1.mat
tests/test_mcos/test_dict/dict2.mat
tests/test_mcos/test_dict/dict3.mat
tests/test_mcos/test_dict/dict4.mat
tests/test_mcos/test_dict/dict_gen.m
tests/test_mcos/test_dict/test_dict.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/dur_y.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_map/map1.mat
tests/test_mcos/test_map/map2.mat
tests/test_mcos/test_map/map3.mat
tests/test_mcos/test_map/map4.mat
tests/test_mcos/test_map/map_gen.m
tests/test_mcos/test_map/test_containermap.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/T10.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_timetable/test_timetable.py
tests/test_mcos/test_timetable/timetable_gen.m
tests/test_mcos/test_timetable/tt1.mat
tests/test_mcos/test_timetable/tt10.mat
tests/test_mcos/test_timetable/tt2.mat
tests/test_mcos/test_timetable/tt3.mat
tests/test_mcos/test_timetable/tt4.mat
tests/test_mcos/test_timetable/tt5.mat
tests/test_mcos/test_timetable/tt6.mat
tests/test_mcos/test_timetable/tt7.mat
tests/test_mcos/test_timetable/tt8.mat
tests/test_mcos/test_timetable/tt9.mat
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