MATLAB: Stats functions not working using university license on personal machine

errorinstallationstatisticsStatistics and Machine Learning Toolboxtoolbox

I'm having an issue with a stats toolbox function not working. I have R2011a installed using my university license on both my XP desktop and my VISTA laptop. The exprnd() function works fine on the XP machine, but not on the VISTA machine. >> license('test','statistics_toolbox') on the VISTA machine returns a 1, but >> ver does not return an installed version of the statistics toolbox in the list. (The XP machine returns a valid version)
I saw something about adding an OS environment variable in another post but didn't really understand the fix. Any tips?

Best Answer

Maybe try:
addpath(genpath([matlabroot '\toolbox\stats\']))
savepath
Related Question