Returns list of modules loaded in Nelson.
modules_name = getmodules()
[modules_name, modules_root_path, modules_version, modules_protected] = getmodules()
modules_name - a cell of strings: modules names.
modules_root_path - a cell of strings: path of modules.
modules_version - a cell of vector: [major, minor, patch].
modules_protected - a vector of logical: true if module can be removed or not.
getmodules returns list of modules loaded in Nelson.
all core's modules are protected and cannot removed during an nelson's session.
requiremodule, ismodule.
1.0.0
initial version
Last updated 2 months ago