| MATLAB Function Reference | ![]() |
Syntax
Description
M = inmem
returns a cell array of strings containing the names of the M-files 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,J] = inmem
also returns a cell array, J, containing the names of the Java classes that are currently loaded.
Examples
This example lists the M-files that are required to run erf.
See Also
| inline | inpolygon | ![]() |