MATLAB PARALLEL COMPUTING TOOLBOX - S Betriebsanweisung Seite 635

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 656
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 634
subsasgn
11-291
subsasgn
Subscripted assignment for Composite
Syntax
C(i) = {B}
C(1:end) = {B}
C([i1, i2]) = {B1, B2}
C{i} = B
Description
subsasgn assigns remote values to Composite objects. The values reside on the workers
in the current parallel pool.
C(i) = {B} sets the entry of C on worker i to the value B.
C(1:end) = {B} sets all entries of C to the value B.
C([i1, i2]) = {B1, B2} assigns different values on workers i1 and i2.
C{i} = B sets the entry of C on worker i to the value B.
See Also
subsasgn | Composite | subsref
Seitenansicht 634
1 2 ... 630 631 632 633 634 635 636 637 638 639 640 ... 655 656

Kommentare zu diesen Handbüchern

Keine Kommentare