Names of functions, MEX-files, classes in memory
M = inmem
[M,X] = inmem
[M,X,C] = inmem
[...] = inmem('-completenames')
M = inmem
returns a cell array of character
vectors containing the names of the functions that are currently loaded.
[M,X] = inmem
returns an additional cell
array X
containing the names of the MEX-files that are currently
loaded.
[M,X,C] = inmem
also returns a cell array
C
containing the names of the classes that are currently
loaded.
[...] = inmem('-completenames')
returns not
only the names of the currently loaded function and MEX-files, but the path and filename
extension for each as well. No additional information is returned for loaded
classes.
If inmem
is called with any argument other than
'-completenames'
, it behaves as if it were called with no
argument.