MATLAB PARALLEL COMPUTING TOOLBOX - S Guida Utente Pagina 419

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
Vedere la pagina 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
Vedere la pagina 418
1 2 ... 414 415 416 417 418 419 420 421 422 423 424 ... 655 656

Commenti su questo manuale

Nessun commento