saveAsProfile
Save cluster properties to specified profile
Description
saveAsProfile(cluster,profileName)
saves the properties of
the cluster object to the specified profile, and updates the cluster
Profile
property value to indicate the new profile
name.
Examples
Create a cluster, then modify a property and save the properties to a new profile.
myCluster = parcluster('Processes'); myCluster.NumWorkers = 3; saveAsProfile(myCluster,'Processes2'); New profile now specifies 3 workers
Version History
Introduced in R2012a