Stats functions not working using university license on personal machine
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuesta aceptada
Sean de Wolski
el 6 de Dic. de 2011
Maybe try:
addpath(genpath([matlabroot '\toolbox\stats\']))
savepath
3 comentarios
Sean de Wolski
el 6 de Dic. de 2011
That's possible. It could also be that you accidentally destroyed or removed the path doing something else, I'd say this is more likely.
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!