How I can load Machine learning Toolbox?

13 次查看(过去 30 天)
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 个评论
Preetha Manoharan
Preetha Manoharan 2020-5-10
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")

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2019-7-18
编辑:Walter Roberson 2019-7-18
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 个)

Preetha Manoharan
Preetha Manoharan 2020-5-10
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")

类别

Help CenterFile Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by