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

  • 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 464
getLocalPart
11-121
getLocalPart
Local portion of codistributed array
Syntax
L = getLocalPart(A)
Description
L = getLocalPart(A) returns the local portion of a codistributed array.
Examples
With four workers,
A = magic(4); %replicated on all workers
D = codistributed(A, codistributor1d(1));
L = getLocalPart(D)
returns
Lab 1: L = [16 2 3 13]
Lab 2: L = [ 5 11 10 8]
Lab 3: L = [ 9 7 6 12]
Lab 4: L = [ 4 14 15 1]
See Also
codistributed | codistributor
Vue de la page 464
1 2 ... 460 461 462 463 464 465 466 467 468 469 470 ... 655 656

Commentaires sur ces manuels

Pas de commentaire