help - Help for toolbox functions in Command Window

Syntax

help class/function

Arguments

class

A Parallel Computing Toolbox™ object class: distcomp.jobmanager, distcomp.job, or distcomp.task.

function

A function for the specified class. To see what functions are available for a class, see the methods reference page.

Description

help class/function returns command-line help for the specified function of the given class.

If you do not know the class for the function, use class(obj), where function is of the same class as the object obj.

Examples

Get help on functions from each of the Parallel Computing Toolbox object classes.

help distcomp.jobmanager/createJob
help distcomp.job/cancel
help distcomp.task/waitForState

class(j1)
ans =
distcomp.job
help distcomp.job/createTask

See Also

methods

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS