Wrog example in help? (Calling Functions in Shared Libraries)

1 vue (au cours des 30 derniers jours)
Laszlo Sass
Laszlo Sass le 22 Avr 2015
>> hfile = fullfile(matlabroot,'extern','include','matrix.h');
>> loadlibrary('libmx',hfile)
Index exceeds matrix dimensions.
Error in loadlibrary>getLoadlibraryCompilerConfiguration (line 527)
Error in loadlibrary (line 263)

Réponses (2)

Navaneeth Raman
Navaneeth Raman le 23 Avr 2015
Hello,
I am able to run the example. What version of MATLAB are you running the example in? Also, try executing the following commands and then run the example.
>>restoredefaultpath
>>rehash toolboxcache
This will refresh the function and file system path caches and will remove directories that you have added on your MATLAB path.
Thanks,
Navaneeth

Laszlo Sass
Laszlo Sass le 24 Avr 2015
Hello,
I'm running 2015a. I try:
>> restoredefaultpath
>> rehash toolboxcache
>> hfile = fullfile(matlabroot,'extern','include','matrix.h');
>> loadlibrary('libmx',hfile) Index exceeds matrix dimensions.
Error in loadlibrary>getLoadlibraryCompilerConfiguration (line 527)
Error in loadlibrary (line 263)
I get same error.
Laszlo

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by