MATLAB PARALLEL COMPUTING TOOLBOX - S Podręcznik Użytkownika Strona 419

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 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
Przeglądanie stron 418
1 2 ... 414 415 416 417 418 419 420 421 422 423 424 ... 655 656

Komentarze do niniejszej Instrukcji

Brak uwag