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

  • 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 447
11 Functions — Alphabetical List
11-104
gcat
Global concatenation
Syntax
Xs = gcat(X)
Xs = gcat(X, dim)
Xs = gcat(X, dim, targetlab)
Description
Xs = gcat(X) concatenates the variant array X from each worker in the second
dimension. The result is replicated on all workers.
Xs = gcat(X, dim) concatenates the variant array X from each worker in the
dimension indicated by dim.
Xs = gcat(X, dim, targetlab) performs the reduction, and places the result into
res only on the worker indicated by targetlab. res is set to [] on all other workers.
Examples
With four workers,
Xs = gcat(labindex)
returns Xs = [1 2 3 4] on all four workers.
See Also
cat | gop | labindex | numlabs
Vue de la page 447
1 2 ... 443 444 445 446 447 448 449 450 451 452 453 ... 655 656

Commentaires sur ces manuels

Pas de commentaire