loadlibrary using default is not working
Mostrar comentarios más antiguos
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 comentario
Gary Pajer
el 15 de Mzo. de 2016
Same issue here. So far any library that I try to loadlibrary fails with "Index exceeds matrix dimensions."
Respuesta aceptada
Más respuestas (1)
Gary Pajer
el 10 de Jun. de 2016
0 votos
For later versions of OS X you have to make some changes to your Matlab setup.
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!