MATLAB PARALLEL COMPUTING TOOLBOX - S Uživatelská příručka Strana 488

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 656
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 487
11 Functions — Alphabetical List
11-144
isdistributed
True for distributed array
Syntax
tf = isdistributed(X)
Description
tf = isdistributed(X) returns true for a distributed array, or false otherwise. For
a description of a distributed array, see “Nondistributed Versus Distributed Arrays” on
page 5-2.
Examples
With a running parallel pool,
L = ones(100,1);
D = ones(100,1,'distributed');
isdistributed(L) % returns false
isdistributed(D) % returns true
See Also
iscodistributed
Zobrazit stránku 487
1 2 ... 483 484 485 486 487 488 489 490 491 492 493 ... 655 656

Komentáře k této Příručce

Žádné komentáře