How to look at which instruction are loaded in memory in MatLab? - inmem -- MatLab

 How to look at which instruction are loaded in memory in MatLab? - inmem -- MatLab


How to look at which instruction are loaded in memory in MatLab? 

[Ans]

inmem

[Syntax]

[description]

[F,M,C] = inmem returns the names of the functions, MEX files, and classes that are currently loaded.

example

[F,M,C] = inmem("-completenames") returns the full names of the functions and MEX files in memory, including the file path and extension. For classes, the function behaves the same as in the previous syntax.



Comments