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!