MATLAB PARALLEL COMPUTING TOOLBOX - S Guida Utente Pagina 593

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
Vedere la pagina 592
pload
11-249
This creates three files (threeThings1.mat, threeThings2.mat,
threeThings3.mat) in the current working directory.
Clear the workspace on all the workers and confirm there are no variables.
clear all
whos
Load the previously saved data into the workers. Confirm its presence.
pload('threeThings');
whos
isreplicated(rep)
iscodistributed(D)
See Also
load | save | labindex | pmode | psave | numlabs
Vedere la pagina 592
1 2 ... 588 589 590 591 592 593 594 595 596 597 598 ... 655 656

Commenti su questo manuale

Nessun commento