MATLAB PARALLEL COMPUTING TOOLBOX - S User's Guide Page 565

  • Download
  • Add to my manuals
  • Print
  • Page
    / 656
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 564
parallel.exportProfile
11-221
notLocal = ~strcmp(allProfiles,'local');
profilesToExport = allProfiles(notLocal);
if ~isempty(profilesToExport)
parallel.exportProfile(profilesToExport,'AllProfiles');
end
See Also
parallel.clusterProfiles | parallel.importProfile
Page view 564
1 2 ... 560 561 562 563 564 565 566 567 568 569 570 ... 655 656

Comments to this Manuals

No comments