problems_i​n_using_no​minal

4 views (last 30 days)
Muazma Ali
Muazma Ali on 18 Jan 2019
Edited: Stephan on 18 Jan 2019
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 Comments
Geoff Hayes
Geoff Hayes on 18 Jan 2019
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 on 18 Jan 2019
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

Sign in to comment.

Answers (3)

Stephan
Stephan on 18 Jan 2019
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 Comments
Stephan
Stephan on 18 Jan 2019
Edited: Stephan on 18 Jan 2019
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 on 18 Jan 2019
Edited: Stephan on 18 Jan 2019
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.

Sign in to comment.


Muazma Ali
Muazma Ali on 18 Jan 2019
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 on 18 Jan 2019
what does that mean .."the maintenance service " expired

Categories

Find more on Install Products in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!