필터 지우기
필터 지우기

problems_i​n_using_no​minal

조회 수: 1 (최근 30일)
Muazma Ali
Muazma Ali 2019년 1월 18일
편집: Stephan 2019년 1월 18일
Hi
I have problemms in using nominal function; the error I get is that it is part of statistics and machine learning package.
I have earlier used nominal function on my previous computer , one year ago and cant understand why this is not possible now with the same licens as I had before.
Thanks
  댓글 수: 2
Geoff Hayes
Geoff Hayes 2019년 1월 18일
Muazma - please copy and paste the full error message to this question. It could be that the version of MATLAB on this new computer does not have the Statistics and Machine Learning Toolbox. See How can I see which toolboxes I have installed? on how to check for the presecnce of the toolbox.
Muazma Ali
Muazma Ali 2019년 1월 18일
i have tried using ver and licence('test', statistics_toolbox') which gave me zero.
the error I get working with datasets and nominal function says statistics and machine learning toolbox is required. i think it is strange since I have worked with datasets using the same licence for one year ago

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

답변 (3개)

Stephan
Stephan 2019년 1월 18일
Hi,
try the following workflow:
ver
the result should contain
...
Statistics and Machine Learning Toolbox Version 11.3 (R2018a)
...
If not:
install the toolbox following these instructions:
If yes:
try:
which nominal -all
Result should look somehow like this:
C:\Program Files\MATLAB\R2018a\toolbox\shared\statslib\@nominal\nominal.m % nominal constructor
If the result looks like:
C:\Program Files\MATLAB\R2018a\toolbox\shared\statslib\@nominal\nominal.m % nominal constructor
C:\Stephan\Matlab\projects\nominal.m % Shadowed
you should rename the script in your working folder (here C:\Stephan\Matlab\projects\nominal.m)
If the result is empty:
install the toolbox again, following these instructions:
Finally:
If you can not install the toolbox check your license here :
If you do not have a valid license for your release buy a license or install a Matlab release for which you are having a license for the toolbox.
If nothing helps at all:
Use the contact us site to get help from support team..
Best regards
Stephan
  댓글 수: 3
Stephan
Stephan 2019년 1월 18일
편집: Stephan 2019년 1월 18일
i do not know a smart way to do this. You can see the date when the maintainence service expired for this toolbox in your license details. The corresponding release i would expect to have the toolbox included.
Stephan
Stephan 2019년 1월 18일
편집: Stephan 2019년 1월 18일
Since my license service expires in june 2019, the release R2019a will have all features, when i install it.
If i do not renew my licenses i will not be able to run R2019b. if i only buy some of the toolboxes in the future, i will only have access to all toolboxes i buy together with the new services. my R2019a will expire, but i can always use all toolboxes with this release.

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


Muazma Ali
Muazma Ali 2019년 1월 18일
i will try this..but think it is strange that when i try to install matlsb 2018b againg it doesnt ask me which toolboxes I want tp install..

Muazma Ali
Muazma Ali 2019년 1월 18일
what does that mean .."the maintenance service " expired

카테고리

Help CenterFile Exchange에서 Install Products에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by