Skip to content

Commit d6b2a31

Browse files
committed
WIP #982 Matlab file read/write for double and boolean matrices
Use library: - https://github.com/HebiRobotics/MFL
1 parent af81dec commit d6b2a31

File tree

1 file changed

+3
-1
lines changed
  • symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/io

1 file changed

+3
-1
lines changed

symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/io/Extension.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ public enum Extension {
2929
JPEG, //
3030
/** JSON */
3131
JSON, //
32-
/** MATLAB m file */
32+
/** Mathematica *.m file */
3333
M, //
34+
/** MATLAB *.mat file */
35+
MAT, //
3436
/** compressed image format with alpha channel */
3537
PNG, //
3638
/** RawJSON */

0 commit comments

Comments
 (0)