loadlibrary using default is not working
Afficher commentaires plus anciens
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 commentaire
Gary Pajer
le 15 Mar 2016
Same issue here. So far any library that I try to loadlibrary fails with "Index exceeds matrix dimensions."
Réponse acceptée
Plus de réponses (1)
Gary Pajer
le 10 Juin 2016
0 votes
For later versions of OS X you have to make some changes to your Matlab setup.
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!