MATLAB PARALLEL COMPUTING TOOLBOX - S Guide de l'utilisateur Page 413

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 656
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 412
distributed.cell
11-69
distributed.cell
Create distributed cell array
Syntax
D = distributed.cell(n)
D = distributed.cell(m, n, p, ...)
D = distributed.cell([m, n, p, ...])
Description
D = distributed.cell(n) creates an n-by-n distributed array of underlying class cell.
D = distributed.cell(m, n, p, ...) or D = distributed.cell([m, n,
p, ...]) create an m-by-n-by-p-by-... distributed array of underlying class cell.
Examples
Create a distributed 1000-by-1000 cell array:
D = distributed.cell(1000)
See Also
cell | codistributed.cell
Vue de la page 412
1 2 ... 408 409 410 411 412 413 414 415 416 417 418 ... 655 656

Commentaires sur ces manuels

Pas de commentaire