Receive data from another worker
data = labReceive
data = labReceive(srcWkrIdx)
data = labReceive('any',tag)
data = labReceive(srcWkrIdx,tag)
[data,srcWkrIdx,tag] = labReceive
data = labReceive receives
data from any worker with any tag.
data = labReceive(srcWkrIdx) receives
data from the specified worker with any tag
data = labReceive(' receives
data from any worker with the specified tag.any',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.
labBarrier | labindex | labProbe | labSend | labSendReceive