With following command you can see a list of installed software - also
With following command you can see a list of installed software - also
the different versions of matlab.
the different versions of matlab.
```bash
```console
zih$ module avail
marie@login$module avail
```
```
Please choose one of these, then load the chosen software with the command:
Please choose one of these, then load the chosen software with the command:
```bash
```bash
zih$ module load MATLAB/version
marie@login$ module load MATLAB/<version>
```
```
Or use:
Or use:
```bash
```console
zih$ module load MATLAB
marie@login$module load MATLAB
```
```
(then you will get the most recent Matlab version.
(then you will get the most recent Matlab version.
...
@@ -126,8 +126,8 @@ zih$ module load MATLAB
...
@@ -126,8 +126,8 @@ zih$ module load MATLAB
If X-server is running and you logged in at ZIH systems, you should allocate a CPU for your work
If X-server is running and you logged in at ZIH systems, you should allocate a CPU for your work
with command
with command
```bash
```console
zih$ srun --pty--x11=first bash
marie@login$srun --pty--x11=first bash
```
```
- now you can call "matlab" (you have 8h time to work with the matlab-GUI)
- now you can call "matlab" (you have 8h time to work with the matlab-GUI)
...
@@ -138,8 +138,9 @@ Using Scripts
...
@@ -138,8 +138,9 @@ Using Scripts
You have to start matlab-calculation as a Batch-Job via command
You have to start matlab-calculation as a Batch-Job via command
```bash
```console
srun --pty matlab -nodisplay-r basename_of_your_matlab_script #NOTE: you must omit the file extension ".m" here, because -r expects a matlab command or function call, not a file-name.