matfilerw icon indicating copy to clipboard operation
matfilerw copied to clipboard

Add support for .fig file parsing

Open nedtwigg opened this issue 8 years ago • 3 comments

MATLAB .fig files are just MAT-files. (Undocumented MATLAB)

When opening one of these files in matfilerw, it errors with incorrect matlab array class: function_handle.

If this is fixed, it will enable DiffPlug to view and diff figure files.

nedtwigg avatar Jul 11 '17 19:07 nedtwigg

The function_handle type has the standard header (attributes, dimensions, name) followed by a struct. Reading .fig files will also require adding Segment 2 properties as in #18 to read the function_handle_workspace.

ennerf avatar Sep 20 '18 09:09 ennerf

Is this fixed in HebiRobotics/MFL?

nedtwigg avatar Dec 28 '18 19:12 nedtwigg

Yes, MFL supports reading .fig files.

ennerf avatar Dec 28 '18 20:12 ennerf