MatLab#

The MAIA Workspace comes with a pre-installed MatLab. In this notebook, we will show how to install a MatLab toolbox and other MatLab versions in the environment.

[ ]:
!wget https://www.mathworks.com/mpm/glnxa64/mpm && chmod +x mpm

To add the Parallel Computing Toolbox to the existing MatLab version [R2023b]:

[ ]:
!sudo ./mpm install --release R2023b --products MATLAB Parallel_Computing_Toolbox --destination=/opt/matlab