What problem does it solve?
This Skill eliminates the fragile, hard-to-reproduce process of installing MATLAB and MathWorks products from the command line by enforcing a deterministic mpm workflow suitable for scripts, CI/CD, and containers.
Core Features & Use Cases
- Deterministic mpm installation protocol: Downloads mpm (or reuses the canonical path), prepares a release-specific input file, runs the install, and verifies completion via the expected MATLAB binary.
- Release-aware, scripted product selection: Uses canonical mpm input templates from the mathworks-ref-arch repository and enables only the requested
product.<Name> entries for products and support packages.
- Windows safety gate and repeatability: Enforces PowerShell execution constraints (no
powershell.exe -Command, writes .ps1 via the tool pattern, uses elevated execution) to prevent common quoting/encoding failures.
Quick Start
Install MATLAB and Simulink products for release R2025b to C:\MATLAB\R2025b by running the deterministic mpm protocol and confirming the release, destination, and requested products first.