필터 지우기
필터 지우기

Stats functions not working using university license on personal machine

조회 수: 2 (최근 30일)
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?

채택된 답변

Sean de Wolski
Sean de Wolski 2011년 12월 6일
Maybe try:
addpath(genpath([matlabroot '\toolbox\stats\']))
savepath
  댓글 수: 3
Sean de Wolski
Sean de Wolski 2011년 12월 6일
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.
Jeff D.
Jeff D. 2011년 12월 6일
Btw, now when I run
>> ver
I get two copies of Statistics Toolbox (both version 7.5) listed whereas none where listed before. Any idea why?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by