Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for .fig file parsing #15

Open
nedtwigg opened this issue Jul 11, 2017 · 3 comments
Open

Add support for .fig file parsing #15

nedtwigg opened this issue Jul 11, 2017 · 3 comments

Comments

@nedtwigg
Copy link
Member

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.

@ennerf
Copy link
Contributor

ennerf commented Sep 20, 2018

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.

@nedtwigg
Copy link
Member Author

Is this fixed in HebiRobotics/MFL?

@ennerf
Copy link
Contributor

ennerf commented Dec 28, 2018

Yes, MFL supports reading .fig files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants