Save cluster properties to specified profile
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.
Create a cluster, then modify a property and save the properties to a new profile.
myCluster = parcluster('local'); myCluster.NumWorkers = 3; saveAsProfile(myCluster,'local2'); New profile now specifies 3 workers