From c1fd7203adf7fbac8c1291463de103ae399ffad8 Mon Sep 17 00:00:00 2001 From: Allan CORNET Date: Sun, 8 Aug 2021 17:20:54 +0200 Subject: [PATCH] fix #486 inmem help file --- CHANGELOG.md | 2 + .../help/en_US/xml/inmem.xml | 72 +++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 modules/functions_manager/help/en_US/xml/inmem.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f3071830..8c13e54ed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ - [#483](http://github.com/Nelson-numerical-software/nelson/issues/483): extern modules no more build if boost not available. +- [#486](http://github.com/Nelson-numerical-software/nelson/issues/486): `inmem` help was missing. + # 0.5.7 (2021-07-24) ## Features: diff --git a/modules/functions_manager/help/en_US/xml/inmem.xml b/modules/functions_manager/help/en_US/xml/inmem.xml new file mode 100644 index 0000000000..109e0b21f6 --- /dev/null +++ b/modules/functions_manager/help/en_US/xml/inmem.xml @@ -0,0 +1,72 @@ + + + SAME AS NELSON SOFTWARE + + en_US + inmem + Names of functions, MEX-files. + + + F = inmem() + [F, M] = inmem() + F = inmem('-completenames') + [F, M] = inmem('-completenames') + + + + + + + '-completenames' + a string: mex function name. + + + + + + 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. + + + + +

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

+
+ + + + + + nelson + + + + + + + + + + clear + + + + + + 1.0.0 + initial version + + + + + Allan CORNET + +