I wonder how to open the toolbox Machine Learning with MATLAB?
Show older comments
Machine Learning Toolbox with MATLAB
I wonder how to open the toolbox Machine Learning with MATLAB?
Command through as nntool or the interface.
Accepted Answer
More Answers (2)
the cyclist
on 28 Jun 2015
I would say that your first step is to make sure that it has been purchased and installed.
Type ver at the command line. Do you see
Statistics and Machine Learning Toolbox
in the list?
3 Comments
Adilmar
on 28 Jun 2015
asmaa elmohamady
on 20 May 2017
it's installed how can i open it
Walter Roberson
on 20 May 2017
At the command line, type classificationLearner or distributionFitter or regressionLearner
Those are the only three Statistics and Machine Learning built-in tools that you might "open". Everything else about the toolbox is by way of calling functions.
Note: the Statistics and Machine Learning Toolbox does not include Convolutional Neural Networks, which are part of the Neural Network toolbox. (There is no tool for CNN, only functions that you can call.)
Muhammad Umar Farooq
on 16 Aug 2022
0 votes
The simple check is:
Type ver on command window and press Ctrl + F to find "Statistics and Machine Learning Toolbox".
OR
Open you Apps Tab, check if there are classificationLearner or distributionFitter or regressionLearner functions available.
OR
If you can not trace it. You can simply go to Get More Apps and search for "Statistics and Machine Learning Toolbox". If the toolbox is tagged with "installed" banner. It means you have it on your system.
OR
In the command box: type
classificationLearner
If the above command works and calls the relavant function. It means "Statistics and Machine Learning Toolbox" is installed in your system.
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!