MATLAB Function Reference | Search  Help Desk |
inmem | Examples |
M = inmem [M,mex] = inmem
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.
clear all % start with a clean slate erf(.5) M = inmemlists the M-files that were required to run
erf
.