===== Matlab =====
~~NOTOC~~
== Automatic home directory remount ==
If you are planning to run long lasting simulations and close the SSH-session during the simulation, you should be aware that your home directory is unmounted after some time. This may cause problems writing output files. You can avoid this running the script from the /locData/ folder.
== Matlab ==
current version ** 2017a **
local installed on all clients. (default is teaching)
matlab
== other versions ==
other versions are available (check with **''module avail''**).
-----
module load matlab/[VERSION_YOU_WANT_TO_RUN]
==== Matlab Script Starter ====
The following script is useful for starting Matlab scripts on remote machines using SSH. It solves the following issues:
* Matlab interpreting '&' as input file
* Start script without file ending
* Loosing matlabs output
* Typing in the full command
#!/usr/bin/env bash
#
# This script starts a Matlab session in the background using the
# *.m - script given as first argument.
#
# Matlabs output is written to the file 'log.txt'.
#
# For handy usage (Just call 'mls