Add support for .fig file parsing
Open
enhancement
- Dominant language
- Java
- Stars
- 62
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
MATLAB .fig files are just MAT-files. ([Undocumented MATLAB](http://undocumentedmatlab.com/blog/fig-files-format/))
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](https://discuss.diffplug.com/t/feature-request-figure-files-support/109/3).
Contributor guide
Assessment
This issue has not been assessed yet.