loadlibrary using default is not working
Show older comments
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 Comment
Gary Pajer
on 15 Mar 2016
Same issue here. So far any library that I try to loadlibrary fails with "Index exceeds matrix dimensions."
Accepted Answer
More Answers (1)
Gary Pajer
on 10 Jun 2016
0 votes
For later versions of OS X you have to make some changes to your Matlab setup.
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!