Initial commit

This commit is contained in:
Martin Pander
2020-09-10 09:54:18 +02:00
commit 03c7bc3c59
50 changed files with 7816 additions and 0 deletions

7
scripts/mlint Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
if [ $# -gt 0 ]; then
arg=$1
echo "File:" $arg
(exec /usr/local/MATLAB/R2016a/bin/glnxa64/mlint $arg)
fi