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!