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.
simulink.cloud.addCluster | Register a remote computing cluster |
simulink.cloud.listClusters | List all registered remote clusters |
simulink.cloud.fetchCluster | Fetch remote cluster configuration |
simulink.cloud.Job | Job object to manage cloud simulations |
fetchJobs | Fetch jobs on the remote computing cluster |
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.