Main Content
View Library Functions
To display information about library functions in the MATLAB® Command Window, use the libfunctions
command.
To view function signatures, use the -full
switch. This option
shows the MATLAB syntax for calling functions written in C. The types used in the parameter
lists and return values are MATLAB types, not C types. For more information on types, see C and MATLAB Equivalent Types.
To display information about library functions in a separate window, use the libfunctionsview
function. MATLAB displays the following information:
Heading | Description |
---|---|
Return Type | Types the method returns |
Name | Function name |
Arguments | Valid types for input arguments |