Matlab

      Comments Off on Matlab

Description

MATLAB, an acronym for “MATrix LABoratory,” is a numerical computing and programming software developed by MathWorks. It is widely used in the fields of engineering, applied sciences, mathematics, and academic research to perform a variety of tasks, including data analysis, modeling, simulation, optimization, and visualization.

Set up the environment and version

ml visu/matlab
  • Available version(s) : R2023b

Tutorials

First use (via the MatriCS visualization server)

First launch

To access Matlab software on the MatriCS cluster, you need to connect to the visualization node.

  • Go to the MatriCS login portal.
  • Log in using your MatriCS credentials.
  • Then click on the Interactive Apps tab > Visu Desktop.
  • Then click on Launch (optionally, adjust the maximum duration of your session).
  • Wait for the Running status (after the Queued and Started states).
  • Click on Launch Visu Desktop.
  • Open a terminal (click on the 2nd icon at the bottom – a sort of black rectangle).
  • Type the command ml visu/matlab.
  • Then the command matlab.
ml visu/matlab
matlab

If the job has completed successfully, you should see the estimated value of pi displayed, approximately 3.14.

results = 1x1 cell array
    {[3.1414]}

Documentation