フィルターのクリア

I dont know why I am getting error saying statistics and mechine learning toolbox is required

22 ビュー (過去 30 日間)
I have not got this message earlier when I have used dataset in programming while executing this code: data= dataset('xlsfile', 'lit.xls')
  4 件のコメント
Muazma Ali
Muazma Ali 2019 年 1 月 12 日
but I think I should have access to it as I had it on my previous computer maybe something wrong happened when I installed matlab on my new computer..
Walter Roberson
Walter Roberson 2019 年 1 月 12 日
Another of your postings suggest you upgraded versions, by more than one release. That could suggest that you purchased a new license, in which case you might have accidentally purchased Student Version instead of Student Suite.

サインインしてコメントする。

回答 (1 件)

Cris LaPierre
Cris LaPierre 2019 年 1 月 11 日
The function 'dataset' is a function in the Statistics and Machine Learning Toolbox. You must have that toolbox installed to use it. The error message would susggest it is not installed.
Type the command 'ver' in you command window to see what products are installed.
If you have access but it is not installed, you can use the Add-Ons explorer (Home Tab under Environment) to install it.

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by