Matlab

Matlab isn’t loaded by default:

$ which matlab
**Click to see the result:**

Let’s find where is Matlab:

$ ls /datadir1/software/MATLAB/

# output:
# 	R2017a  R2018a

Choose which one you prefer and add it to ~/.profile by Vi editor:

export PATH=$PATH:/datadir1/software/MATLAB/R2018a/bin

Then source your config file in terminal and check again:

$ source ~/.profile
$ which matlab

# output:
# 	/datadir1/software/MATLAB/R2018a/bin/matlab