Main Content

Large-Scale Cloud Simulation for Simulink Support Package

Simulink® Compiler™ provides support package to run large-scale simulations on cloud

The Large-Scale Cloud Simulation for Simulink support package allows you to run massive simulations on the cloud using lightweight containers. The support package includes a MATLAB® client and API to connect to a remote Kubernetes® cluster that has Simulink simulation platform services installed. The simulation platform allows you to use cloud computing providers (for example, Amazon Web Services) for easy scaling across many machines. The simulation platform is required to use this support package API. With this support package you can use a simulink.multisim.DesignStudy object to run massive simulations with batchsim. This support package currently is compatible with the Linux® platform only.

Objects

simulink.cloud.JobJob object to manage cloud simulations (Since R2024b)
simulink.cloud.MultisimDatastoreDatastore for large-scale cloud simulation results (Since R2026a)

Functions

simulink.cloud.addClusterRegister a cloud cluster (Since R2024b)
simulink.cloud.listClustersList all registered cloud clusters (Since R2024b)
simulink.cloud.fetchClusterFetch cloud cluster configuration (Since R2024b)
fetchJobsFetch jobs on the cloud cluster (Since R2024b)

Topics