loadlibrary using default is not working
Ältere Kommentare anzeigen
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 Kommentar
Gary Pajer
am 15 Mär. 2016
Same issue here. So far any library that I try to loadlibrary fails with "Index exceeds matrix dimensions."
Akzeptierte Antwort
Weitere Antworten (1)
Gary Pajer
am 10 Jun. 2016
0 Stimmen
For later versions of OS X you have to make some changes to your Matlab setup.
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!