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

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,mex] = inmem returns a cell array containing the names of the MEX-files that have been loaded.

Examples

lists the M-files that were required to run erf.



[ Previous | Help Desk | Next ]