accessing functions in Statistics toolbox

2 views (last 30 days)
OK, stupid question of the day (week? year?) ... I am trying to access the Statistics toolbox, which supposedly comes free as part of the student version R2011a that I have, but I can't find it. Specifically, I am trying to use the probability density function (pdf) that is part of the statistics toolbox, but no go. Can anyone help? Am I overlooking something obvious?
Thanks, Steve

Accepted Answer

Daniel Shub
Daniel Shub on 24 Oct 2011
I would try
ver
and
license
and
license('test', 'statistics_toolbox')
to see if the statistics toolbox is installed.
  5 Comments
Daniel Shub
Daniel Shub on 24 Oct 2011
I would try a reinstall of MATLAB. You probably do not even have to uninstall it, just rerun the isntaller. Make sure you check any boxes that ask about what toolboxes you want to install.
Steven
Steven on 25 Oct 2011
Thanks again and sorry for the delay. I did try to reinstall, but only two check boxes showed up on the installation GUI - one for Matlab itself, and the other for the Wavelets Toolbox, which I have and is working fine. There was no check box for a Statistics Toolbox or any other toolbox, for that matter. Then I tried reinstalling from a command line with an input file in which I un-commented the line for installing the Statistics Toolbox, but got the same result - only two check boxes. I've submitted a request to Matlab support because this seems like something out of my control.

Sign in to comment.

More Answers (1)

Steven
Steven on 25 Oct 2011
Got it! Just had to go back to mathworks.com with my order number, and download the student installer again, with all the toolboxes checked, including the stats toolbox. All installed and working properly now. Thanks for your help, Daniel.
-Steve

Categories

Find more on Introduction to Installation and Licensing 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!