| 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 |
F = distributed.false(n)
F = distributed.false(m, n, ...)
F
= distributed.false([m, n, ...])
F = distributed.false(n) creates an n-by-n distributed array of logical zeros.
F = distributed.false(m, n, ...) or F = distributed.false([m, n, ...]) creates an m-by-n-by-... distributed array of logical zeros.
Create a 1000-by-1000 distributed false array.
F = distributed.false(1000);
false MATLAB function reference page
codistributed.false, distributed.true
![]() | distributed.eye | distributed.Inf | ![]() |

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 |