#language de = Matlab auf math = Hier ist die Installation von matlab auf math beschrieben. Die Installation auf Arbeitsplatzrechnern verläuft analog. == Installation == Siehe vom zid geschriebenes `Readme.1st`. Die Lizenz auf math wurde von T.Loimer aktiviert. Datei `lux.tar` entpacken, `./install` ausführen. Es wurden nur einige Toolboxes installiert, vor allem wurden alle simulink und sim*-Komponenten abgewählt. Nach `/usr/local/bin` wurde nur `matlab` verlinkt. 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 a file for headless installation {{{ 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 <