Matlab

Installing Matlab on Linux

Installing Matlab on Linux
As it's official website says, Matlab is a very strong application to Analyze data, develop algorithms, create mathematical models, run simulations, generate code, and test and verify embedded systems among more features.In this tutorial we'll learn how to install MatLab for free using the 30 day trial license. If you are student probably your educative institution already provides an unlimited free license, you can check if your institution has a MatLab license here.

Installing MatLab:

Access MatLab free trial page here fill your e-mail and press “continue”.

In the next screen fill the required data and click on “Create”

Note: replace the e-mail address for yours.

Check your e-mail and find the mail sent by MatLab to verify your address

Fill the additional information required, accept the terms and press on  the button “Create”.

In the following screen select the functions you need, Ill select Control Systems, Image Processing and Computer Vision,Computational Biology and Data Analytics leaving Computational Finance and Signal Processing and Communications unselected,, replace my selection for yours and press the blue button Continue.

In the next screen select the second option to install MatLab on your computer as shown in the screenshot.

Click on “Linux (64 Bit)”  and save the Zip file.

Move the Zip file to the /opt or another directory you want and unzip it

Move to the /opt  or the directory in which you downloaded matlab directory and run

./install

A graphical window will prompt asking to login into the account you just created, press Next.

In the next screen accept the terms and conditions and press Next.

In the Next screen fill your e-mail and password.

Select the license and press Next


Now select the directory to install MatLab, you can leave the default one. Then press Next

Select the functions you want among the features you selected when downloading Matlab from it's website. I don't recommend to add features you don't need, MatLab will warn you if you unselect a product needed by others.

The next screen allows you to create a symbolic link to invoke Matlab, click on the option and then Next.


On the next screen just press “Install” to start the installation.

The installation process will start and may take a long time depending on the products you selected few steps above.

MatLab may recommend  to add dependencies, in this case it requests a compiler, click on Next.

Then we have MatLab installed, click Finish.

I have gcc but MatLab still recommended to install a compiler, to install a C compiler supported by MatLab as recommended just run:

apt install gfortran -y

To open MatLab type on the console matlab

The command will launch MatLab which will ask for e-mail address and password:


Finally MatLab is installed and ready to use.

Note MatLab does not recommend to be used as root unless necessary.

I hope you found this article useful to getting started with Matlab. Keep following LinuxHint for more tips and updates on Linux.

How to reverse Mouse and Touchpads scrolling direction in Windows 10
Mouse and Touchpads not only make computing easy but more efficient and less time-consuming. We cannot imagine a life without these devices, but still...
How to change Mouse pointer and cursor size, color & scheme on Windows 10
The mouse pointer and cursor in Windows 10 are very important aspects of the operating system. This can be said for other operating systems as well, s...
Motoare de jocuri gratuite și open source pentru dezvoltarea jocurilor Linux
Acest articol va acoperi o listă de motoare de jocuri gratuite și open source care pot fi utilizate pentru dezvoltarea jocurilor 2D și 3D pe Linux. Ex...