#language en = Matlab = Matlab is installed on s15 and on wombat. Fairly recent sources to install matlab on your desktop computer are usually located under [https://s15.fluid.tuwien.ac.at/E322/Software/Matlab s15.fluid.tuwien.ac.at/home/E322/Software/Matlab]. == Installation under Linux / MacOS == Matlab can be installed by mounting the folder /home/E322/Software/Matlab/Linux/v?.?_rel20??? to the local machine. Alternatively, copy the entire `Direct_Install` folder or the archive `lux.tar` to your local machine. Two informations are necessary for installation, * the File Installation Key, which is given in the file `Read_TU.txt`, and * the path to the network license file `network.lic`. Navigate to the Direct_Install folder and, if a graphical user interface is available, execute `./install`. By default, all toolboxes and the entire Simulink program is installed. To save space, unselect unneeded components. If a graphical user interface is not available, copy the instructions below and paste them to a command line. Mount the `Direct_Install` folder: {{{ cd ~ sudo mkdir /mnt/s15 sudo mount.davfs "https://s15.fluid.tuwien.ac.at/E322/Software/Matlab/Linux/v9.2_rel2017a" /mnt/s15 cd /mnt/s15/Direct_Install }}} Create an input file for batch installation, and install: {{{ echo -n 'destinationFolder=/usr/local/share/MATLAB/' >~/input head -1 version.txt >>input echo -n 'fileInstallationKey=' >>~/input grep '[0-9-]\{119\}' ../Read_TU.txt >>~/input cat >>~/input <