I wonder how to open the toolbox Machine Learning with MATLAB?

조회 수: 12 (최근 30일)
Adilmar
Adilmar 2015년 6월 28일
답변: Muhammad Umar Farooq 2022년 8월 16일
Machine Learning Toolbox with MATLAB
I wonder how to open the toolbox Machine Learning with MATLAB?
Command through as nntool or the interface.

채택된 답변

Walter Roberson
Walter Roberson 2015년 6월 28일
It appears that you might be a student. If you purchased the "Bundled" Student Version license for R2015a, then that includes a license for the Statistics and Machine Learning Toolbox, but you need to specifically ask to install that toolbox.
Before R2015a, Statistics and Machine Learning Toolbox was known as Statistics Toolbox, so if you have that then same thing (just older version.)
If you purchased the Unbundled version of the Student Version license then Statistics and Machine Learning is not included in that and must be purchased separately.
The Academic, and Professional licenses do not include Statistics and Machine Learning and those must be purchased separately.
Note: some Student Version licenses are arranged through the university and may come a variety of toolboxes the university thinks are relevant to the courses. But even then the toolboxes may need to be specifically selected at installation time.

추가 답변 (2개)

the cyclist
the cyclist 2015년 6월 28일
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
asmaa elmohamady
asmaa elmohamady 2017년 5월 20일
it's installed how can i open it
Walter Roberson
Walter Roberson 2017년 5월 20일
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
Muhammad Umar Farooq 2022년 8월 16일
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.

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by