MATLAB PARALLEL COMPUTING TOOLBOX - S Betriebsanweisung Seite 636

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 656
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 635
11 Functions — Alphabetical List
11-292
subsref
Subscripted reference for Composite
Syntax
B = C(i)
B = C([i1, i2, ...])
B = C{i}
[B1, B2, ...] = C{[i1, i2, ...]}
Description
subsref retrieves remote values of a Composite object from the workers in the current
parallel pool.
B = C(i) returns the entry of Composite C from worker i as a cell array.
B = C([i1, i2, ...]) returns multiple entries as a cell array.
B = C{i} returns the value of Composite C from worker i as a single entry.
[B1, B2, ...] = C{[i1, i2, ...]} returns multiple entries.
See Also
subsref | Composite | subsasgn
Seitenansicht 635
1 2 ... 631 632 633 634 635 636 637 638 639 640 641 ... 655 656

Kommentare zu diesen Handbüchern

Keine Kommentare