MATLAB Runtime Server    
inmem

List 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,mexfiles] = inmem returns also a cell array, mexfiles, containing the names of the MEX-files that are currently loaded.

[M,mexfiles,jclasses] = inmem returns also a cell array, jclasses, containing the names of the Java classes that are currently loaded.

Example

These are the M-files that were required to run sqrtm.

See Also

depdir, depfun, rehash


  dirlist isruntime