Main Content

simulink.cloud.addCluster

Register a remote computing cluster

Since R2024b

Description

cluster = simulink.cloud.addCluster(clusterName, endpoint) registers a remote computing cluster with the name clusterName and the network accessible address URL, endpoint.

Input Arguments

collapse all

Local cluster name for interacting with the remote cluster, specified as a character vector.

URL endpoint for the remote cluster, specified as a character vector. endpoint is a network accessible address to interact with the cloud services.

Output Arguments

collapse all

A simulink.cloud.Cluster object that contains the cluster configuration.

Version History

Introduced in R2024b