MATLAB PARALLEL COMPUTING TOOLBOX - S Podręcznik Użytkownika Strona 499

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 498
labReceive
11-155
labReceive
Receive data from another worker
Syntax
data = labReceive
data = labReceive(srcWkrIdx)
data = labReceive('any',tag)
data = labReceive(srcWkrIdx,tag)
[data,srcWkrIdx,tag] = labReceive
Arguments
srcWkrIdx labindex of a particular worker from which to receive data.
tag Tag defined by the sending worker’s labSend function to
identify particular data.
'any' String to indicate that data can come from any worker.
data Data sent by the sending worker’s labSend function.
Description
data = labReceive receives data from any worker with any tag.
data = labReceive(srcWkrIdx) receives data from the specified worker with any tag
data = labReceive('any',tag) receives data from any worker with the specified
tag.
data = labReceive(srcWkrIdx,tag) receives data from only the specified worker
with the specified tag.
[data,srcWkrIdx,tag] = labReceive returns the source worker labindex and tag
with the data.
Przeglądanie stron 498
1 2 ... 494 495 496 497 498 499 500 501 502 503 504 ... 655 656

Komentarze do niniejszej Instrukcji

Brak uwag