why cant I run the dataset functions now?

3 次查看(过去 30 天)
I have earlier worked with dataset on my previous computer . dont remember which release I had downloaded but abt one year ago I was working with datasets with the same licence that I have now..
cant understand why it is not possible..
when using 'ver' on command window I get (have now downloaded 2017a) this as below and not a list of toolboxes that should appear as I was told.Have written xxxx for my licence nr here:
MATLAB Version: 9.2.0.556344 (R2017a)
MATLAB License Number: xxxxxx
Operating System: Microsoft Windows 10 Home Version 10.0 (Build 17134)
Java Version: Java 1.7.0_60-b19 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
----------------------------------------------------------------------------------------------------
MATLAB Version 9.2 (R2017a)
>>

回答(3 个)

Walter Roberson
Walter Roberson 2019-1-18
编辑:Walter Roberson 2019-1-18
you did not install the Statistics toolbox .
Go to the Add On Explorer . If you are licensed for the toolbox it will allow you to install it there.

Sean de Wolski
Sean de Wolski 2019-1-18
Also note that the table datatype released in 13b in base MATLAB is the replacement for dataset and does not require additional toolboxes. It is also where all development effort has been focused. I'd consider using dataset2table and migrating your code to work on tables.

Muazma Ali
Muazma Ali 2019-1-18
but is it possible here to use dataset functions like nominal with tables..? (13b)
  3 个评论
Muazma Ali
Muazma Ali 2019-1-18
but can I use the table function as i use for dataset;
t=table('xlsfile'. 'filename.xls')

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Introduction 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