modules_name = getmodules()
[modules_name, modules_root_path, modules_version, modules_protected] = getmodules()
| Parameter | Description |
|---|---|
| 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.
[modules_name, modules_root_path, modules_version, modules_protected] = getmodules()
| Version | Description |
|---|---|
| 1.0.0 | initial version |