Advertisement
Guest User

matlab script

a guest
Apr 5th, 2018
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.16 KB | None | 0 0
  1. #!/bin/bash
  2. matlab -nodisplay -nojvm -nosplash -nodesktop -r \
  3.       "try, run('/foo/bar/my_script.m'), catch, exit(1), end, exit(0);"
  4. echo "matlab exit code: $?"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement