why cant I run the dataset functions now?

조회 수: 3 (최근 30일)
Muazma Ali
Muazma Ali 2019년 1월 18일
댓글: Walter Roberson 2019년 1월 18일
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')
Walter Roberson
Walter Roberson 2019년 1월 18일
readtable() reads from xls files.

댓글을 달려면 로그인하십시오.

카테고리

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