MATLAB PARALLEL COMPUTING TOOLBOX - S Guide de l'utilisateur Page 419

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 656
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 418
dload
11-75
When loading Composite objects, the data is sent to the available parallel pool workers. If
the Composite is too large to fit on the current parallel pool, the data is not loaded. If the
Composite is smaller than the current parallel pool, a warning is issued.
Examples
Load variables X, Y, and Z from the file fname.mat:
dload fname X Y Z
Use the function form of dload to load distributed arrays P and Q from file fname.mat:
[P,Q] = dload('fname.mat','P','Q');
See Also
load | distributed | Composite | dsave | parpool
Vue de la page 418
1 2 ... 414 415 416 417 418 419 420 421 422 423 424 ... 655 656

Commentaires sur ces manuels

Pas de commentaire