Large-Scale Cloud Simulation for Simulink Support Package
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.Job | Job object to manage cloud simulations (Since R2024b) |
simulink.cloud.MultisimDatastore | Datastore for large-scale cloud simulation results (Since R2026a) |
Functions
simulink.cloud.addCluster | Register a cloud cluster (Since R2024b) |
simulink.cloud.listClusters | List all registered cloud clusters (Since R2024b) |
simulink.cloud.fetchCluster | Fetch cloud cluster configuration (Since R2024b) |
fetchJobs | Fetch jobs on the cloud cluster (Since R2024b) |
Topics
- Install Support Package
Steps to install support package.
- Run Simulations on a Remote Cloud Computing Cluster
Learn how to run simulations on a remote computing cloud cluster.