| 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 |
B = C(i)
B = C([i1, i2, ...])
B = C{i}
[B1, B2, ...] = C{[i1, i2, ...]}
subsref retrieves remote values of a Composite object from the labs in the current MATLAB pool.
B = C(i) returns the entry of Composite C from lab i as a cell array.
B = C([i1, i2, ...]) returns multiple entries as a cell array.
B = C{i} returns the value of Composite C from lab i as a single entry.
[B1, B2, ...] = C{[i1, i2, ...]} returns multiple entries.
subsref MATLAB function reference page
![]() | subsasgn | taskFinish | ![]() |

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 |