mltRoot
Root of MLT (Machine Learning Toolbox)
Contents
Syntax
- mltRootPath=mltRoot
Description
mltRootPath=mltRoot returns a string indicating the installation
folder of MLT (Machine Learning Toolbox).
Example
fprintf('The installation root of MLT is %s\n', mltRoot);
The installation root of MLT is D:\users\jang\matlab\toolbox\machineLearning