inmem

Names of functions, MEX-files.

📝 Syntax

  • F = inmem()

  • [F, M] = inmem()

  • F = inmem('-completenames')

  • [F, M] = inmem('-completenames')

📥 Input argument

  • '-completenames' - a string: mex function name.

📤 Output argument

  • F - cell array of character vectors containing the names of the macros that are loaded.

  • M - cell array of character vectors containing the names of the mex that are loaded.

📄 Description

inmem returns cells array of names of functions and mex currently loaded.

💡 Example

clear all
tand(3)
inmem()
inmem('-completenames')

🔗 See also

clear.

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?