toolboxdir
Returns path of a module.
Syntax
- p = toolboxdir(module_short_name)
Input argument
- module_short_name - a string: short module's name.
Output argument
- p - a string: path of the module.
Description
toolboxdir is an helper's function to return module root path.
Example
toolboxdir('core')
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET