| 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 |
D = distributed.nan(n)
D = distributed.nan(m, n, ...)
D
= distributed.nan([m, n, ...])
D = distributed.nan(..., classname)
D = distributed.nan(n) creates an n-by-n distributed matrix of NaN values.
D = distributed.nan(m, n, ...) or D = distributed.nan([m, n, ...]) creates an m-by-n-by-... distributed array of NaN values.
D = distributed.nan(..., classname) specifies the class of the distributed array D. Valid choices are the same as for the regular NaN function: 'double' (the default), or 'single'.
Create a 1000-by-1000 distributed matrix of NaN values of class double:
D = distributed.nan(1000)
Inf MATLAB function reference page
codistributed.nan, distributed.inf

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