MATLAB PARALLEL COMPUTING TOOLBOX - S Uživatelská příručka Strana 619

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 656
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 618
saveAsProfile
11-275
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('local');
myCluster.NumWorkers = 3;
saveAsProfile(myCluster,'local2'); New profile now specifies 3 workers
See Also
parcluster | saveProfile
Zobrazit stránku 618
1 2 ... 614 615 616 617 618 619 620 621 622 623 624 ... 655 656

Komentáře k této Příručce

Žádné komentáře