why cant I run the dataset functions now?

2 visualizaciones (últimos 30 días)
Muazma Ali
Muazma Ali el 18 de En. de 2019
Comentada: Walter Roberson el 18 de En. de 2019
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)
>>

Respuestas (3)

Walter Roberson
Walter Roberson el 18 de En. de 2019
Editada: Walter Roberson el 18 de En. de 2019
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 el 18 de En. de 2019
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 el 18 de En. de 2019
but is it possible here to use dataset functions like nominal with tables..? (13b)
  3 comentarios
Muazma Ali
Muazma Ali el 18 de En. de 2019
but can I use the table function as i use for dataset;
t=table('xlsfile'. 'filename.xls')
Walter Roberson
Walter Roberson el 18 de En. de 2019
readtable() reads from xls files.

Iniciar sesión para comentar.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by