Skip to content

Commit

Permalink
WIP #982 Matlab file read/write for double and boolean matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
axkr committed May 3, 2024
1 parent af81dec commit d6b2a31
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ public enum Extension {
JPEG, //
/** JSON */
JSON, //
/** MATLAB m file */
/** Mathematica *.m file */
M, //
/** MATLAB *.mat file */
MAT, //
/** compressed image format with alpha channel */
PNG, //
/** RawJSON */
Expand Down

0 comments on commit d6b2a31

Please sign in to comment.