| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Parallel Computing Toolbox |
| Contents | Index |
| Learn more about Parallel Computing Toolbox |
T = distributed.true(n)
T = distributed.true(m, n, ...)
T
= distributed.true([m, n, ...])
T = distributed.true(n) creates an n-by-n distributed array of logical ones.
T = distributed.true(m, n, ...) or T = distributed.true([m, n, ...]) creates an m-by-n-by-... distributed array of logical ones.
Create a 1000-by-1000 distributed true array.
T = distributed.true(1000);
true MATLAB function reference page
codistributed.true, distributed.false
![]() | distributed.sprandn | distributed.zeros | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |