How I can load Machine learning Toolbox?

11 vues (au cours des 30 derniers jours)
Faezeh Manesh
Faezeh Manesh le 17 Juil 2019
Hello,
I have a very basic question that I do not know how can I load machine learning toolbox and use it? I mean what should I write in my workspace in order to use this toolbox?Could you please help me with this problem?
  3 commentaires
Faezeh Manesh
Faezeh Manesh le 18 Juil 2019
R2019a version
Preetha Manoharan
Preetha Manoharan le 10 Mai 2020
letterds = datastore("*_M_*.txt");
data = read(letterds);
data = scale(data);
plot(data.X,data.Y)
axis equal
plot(data.Time,data.Y)
ylabel("Vertical position")
xlabel("Time")

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 18 Juil 2019
Modifié(e) : Walter Roberson le 18 Juil 2019
https://www.mathworks.com/matlabcentral/answers/101885-how-do-i-install-additional-toolboxes-into-an-existing-installation-of-matlab
You can also use the Add-on Explorer to install toolboxes you are licensed for.
Note that the toolbox name is Statistics and Machine Learning, and that this is a different toolbox than Deep Learning.
  1 commentaire
Faezeh Manesh
Faezeh Manesh le 18 Juil 2019
Thank you very much

Connectez-vous pour commenter.

Plus de réponses (1)

Preetha Manoharan
Preetha Manoharan le 10 Mai 2020
letterds = datastore("*_M_*.txt");
data = read(letterds);
data = scale(data);
plot(data.X,data.Y)
axis equal
plot(data.Time,data.Y)
ylabel("Vertical position")
xlabel("Time")

Catégories

En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by