loadlibrary using default is not working
이전 댓글 표시
The Matlab example for loading a library:
loadlibrary ('shrlibsample')
fails with:
Index exceeds matrix dimensions.
Error in loadlibrary>getLoadlibraryCompilerConfiguration (line 527)
Error in loadlibrary (line 263)
I'm using the trial version if it matters.
And I did:
addpath(fullfile(matlabroot, 'extern','examples','shrlib'))
before calling loadlibrary(...)
댓글 수: 1
Gary Pajer
2016년 3월 15일
Same issue here. So far any library that I try to loadlibrary fails with "Index exceeds matrix dimensions."
채택된 답변
추가 답변 (1개)
Gary Pajer
2016년 6월 10일
0 개 추천
For later versions of OS X you have to make some changes to your Matlab setup.
카테고리
도움말 센터 및 File 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!