| Contents | Index |
Data of distributed arrays that exist on the labs are accessible on the client as a distributed array. A distributed array resembles a normal array in the way you access and manipulate its elements, but none of its data exists on the client.
Codistributed arrays that you create inside spmd statements are accessible via distributed arrays on the client. You can also create a distributed array explicitly on the client with the distributed function.
| distributed.cell | Create distributed cell array |
| distributed.eye | Create distributed identity matrix |
| distributed.false | Create distributed false array |
| distributed.Inf | Create distributed array of Inf values |
| distributed.NaN | Create distributed array of Not-a-Number values |
| distributed.ones | Create distributed array of ones |
| distributed.rand | Create distributed array of uniformly distributed pseudo-random numbers |
| distributed.randn | Create distributed array of normally distributed random values |
| distributed.spalloc | Allocate space for sparse distributed matrix |
| distributed.speye | Create distributed sparse identity matrix |
| distributed.sprand | Create distributed sparse array of uniformly distributed pseudo-random values |
| distributed.sprandn | Create distributed sparse array of normally distributed pseudo-random values |
| distributed.true | Create distributed true array |
| distributed.zeros | Create distributed array of zeros |
| gather | Transfer distributed array data or GPUArray to local workspace |
| isaUnderlying | True if distributed array's underlying elements are of specified class |
| isdistributed | True for distributed array |
| sparse | Create sparse distributed or codistributed matrix |

See how to solve large problems with minimal effort and reduce simulation time.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |