Method summary
- __init__(self, stream, unicode_strings)
- classify_mobjects(self, objarr)
- matrix_writer_factory(self, arr, name, is_global = False)
- rewind(self)
Methods
- __init__(self, stream, unicode_strings)
- classify_mobjects(self, objarr)
Function to classify objects passed for writing returns types - S1 array of same shape as objarr with codes for each object i - invalid object a - ndarray s - matlab struct o - matlab object arr_type - one of c - cell array s - struct array o - object array - matrix_writer_factory(self, arr, name, is_global = False)
Factory function to return matrix writer given variable to write stream - file or file-like stream to write to arr - array to write name - name in matlab (TM) workspace
- rewind(self)
