diff options
Diffstat (limited to 'example/libMatfile-test.m')
| -rw-r--r-- | example/libMatfile-test.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/libMatfile-test.m b/example/libMatfile-test.m new file mode 100644 index 0000000..51870db --- /dev/null +++ b/example/libMatfile-test.m @@ -0,0 +1,4 @@ +load "test.mat" +disp(A); +disp(doubles); + |
