From a193b7c584878d4442b8ea0e16ba3da74045fd27 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Mon, 2 Sep 2024 10:24:59 +0200
Subject: [PATCH] Update matlab.md

---
 docs.it4i/software/numerical-languages/matlab.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/software/numerical-languages/matlab.md b/docs.it4i/software/numerical-languages/matlab.md
index 860eb4f45..37b914ac7 100644
--- a/docs.it4i/software/numerical-languages/matlab.md
+++ b/docs.it4i/software/numerical-languages/matlab.md
@@ -22,7 +22,7 @@ However, for all computations, use MATLAB on the compute nodes via Slurm workloa
 
 If you require the MATLAB GUI, follow the general information about [running graphical applications][1].
 
-MATLAB GUI is quite slow using the X forwarding built in the PBS (`qsub -X`),
+MATLAB GUI is quite slow using the X forwarding built in the Slurm (`srun --x11`),
 so using X11 display redirection either via SSH or directly by `xauth`
 (see the [GUI Applications on Compute Nodes over VNC][1] section) is recommended.
 
@@ -188,7 +188,7 @@ Retrieve and view the list of jobs as shown below.
 Once the job has been selected, fetch the results as previously done.
 
 `fetchOutputs` is used to retrieve function output arguments; if calling `batch` with a script, use `load` instead.
-Data that has been written to files on the cluster needs be retrieved directly from the file system (e.g., via sftp).
+Data that has been written to files on the cluster needs be retrieved directly from the file system (e.g., via SFTP).
 
 ```
 >> % Fetch all results from the second job in the list
-- 
GitLab