MATLAB PARALLEL COMPUTING TOOLBOX - S Guia do Utilizador Página 375

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 374
codistributed.colon
11-31
spmd(4); C = codistributed.colon(1,10), end
Lab 1:
This worker stores C(1:3).
LocalPart: [1 2 3]
Codistributor: [1x1 codistributor1d]
Lab 2:
This worker stores C(4:6).
LocalPart: [4 5 6]
Codistributor: [1x1 codistributor1d]
Lab 3:
This worker stores C(7:8).
LocalPart: [7 8]
Codistributor: [1x1 codistributor1d]
Lab 4:
This worker stores C(9:10).
LocalPart: [9 10]
Codistributor: [1x1 codistributor1d]
See Also
colon | codistributor1d | for | codistributor2dbc
Vista de página 374
1 2 ... 370 371 372 373 374 375 376 377 378 379 380 ... 655 656

Comentários a estes Manuais

Sem comentários