Skip to content

Latest commit

 

History

History

README.md

MATLAB (matlab)

Installs MATLAB with supporting packages and tools.

Example Usage

"features": {
    "ghcr.io/mathworks/devcontainer-features/matlab:0": {}
}

Options

Options Id Description Type Default Value
release MATLAB Release to install. string R2026a
products Products to install, specified as a list of space-separated product names.
For details, see Input Arguments to MATLAB Package Manager (MathWorks).
string MATLAB
doc Flag to install documentation and examples (R2022b and earlier releases). boolean false
installGpu Skips installation of GPU libraries when you install Parallel Computing Toolbox (R2023a and later releases). boolean false
destination Full path to the installation destination folder. Default: /opt/matlab/${RELEASE^} string -
installMatlabProxy Installs matlab-proxy and its dependencies (R2020b and later releases). boolean false
installJupyterMatlabProxy Installs jupyter-matlab-proxy and its dependencies (R2020b and later releases). boolean false
installJupyterLab Installs JupyterLab boolean false
installMatlabEngineForPython Installs the MATLAB Engine for Python if the destination option is set correctly. boolean false
startInDesktop Starts matlab-proxy when container starts. string false
networkLicenseManager MATLAB will use the specified Network License Manager. string -
skipMATLABInstall Set to true if you do not want to install MATLAB, for example if you only want to install matlab-proxy or jupyter-matlab-proxy. boolean false
enableTelemetry MathWorks collects fully anonymized information about your user experience to improve its products. To opt out of this data collection, set this parameter to false. For details, see User Experience Information FAQ (MathWorks). boolean true

Customizations

VS Code Extensions

  • MathWorks.language-matlab

Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.