필터 지우기
필터 지우기

Loadlibrary unable to find 'prototypes.pl'

조회 수: 3 (최근 30일)
Matthew
Matthew 2013년 11월 15일
편집: Philip Borghesani 2013년 11월 18일
In all my matlab versions, loadlibrary suddenly ceased to work today because which('prototypes.pl') returns empty. Given that I didn't go around deleting random files in my matlab root, does anyone have any idea what could have gone wrong, and how I could recover from this?
Is there a default prototypes.pl that I can restore to some location in my matlab root?
  댓글 수: 1
Matthew
Matthew 2013년 11월 15일
Note: The operating system is a 64 bit Windows 7 one. No known or intentional changes were made to the computer during the time that loadlibrary last worked, and now.

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

채택된 답변

Philip Borghesani
Philip Borghesani 2013년 11월 18일
편집: Philip Borghesani 2013년 11월 18일
prototypes.pl should be located in the directory fullfile(matlabroot,'/toolbox/matlab/general/private') because it is in a private directory which will not find it but which private/prototypes.pl should.
If the file is there then check to make sure that you are getting loadlibrary from toolbox/matlab/general and not from somewhere else with which loadlibrary.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Manage Products에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by