MATLAB PARALLEL COMPUTING TOOLBOX - S User's Guide Page 488

  • Download
  • Add to my manuals
  • Print
  • Page
    / 656
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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
Page view 487
1 2 ... 483 484 485 486 487 488 489 490 491 492 493 ... 655 656

Comments to this Manuals

No comments