MATLAB Function Reference
  Go to function:
    Search    Help Desk 
inmem    Examples   See Also

Functions in memory

Syntax

Description

M = inmem returns a cell array of strings containing the names of the M-files that are in the P-code buffer.

[M,X] = inmem returns an additional cell array, X, containing the names of the MEX-files that have been loaded.

Examples

This example lists the M-files that are required to run erf.

See Also

clear



[ Previous | Help Desk | Next ]