I want the m-file of addheader function that loads the functions defined in the additional header file

10 vues (au cours des 30 derniers jours)
I am using the function Loadllibrary, which has an "addheader" option went I use this option I get the following error :
??? Undefined function or method 'addheader' for input arguments of type 'char'.
And here is the way I write the command :
loadlibrary EnobioAPI.dll Enobio.h
addheader 'EnobioAPI_global'
So I think that I should download this function because when I use the help to look for this function, I got a message that this function is not exist.
Looking for your reply
Nada
  5 commentaires
Philip Borghesani
Philip Borghesani le 20 Mar 2012
Did you install the download for loadlibrary? If you did then you will need to reinstall MATLAB because the download is only for R13.
Nada
Nada le 20 Mar 2012
what do you mean by " the download for loadlibrary" and how to install it?
Thanks in advance

Connectez-vous pour commenter.

Réponse acceptée

Philip Borghesani
Philip Borghesani le 21 Mar 2012
There is no function or file addheader. The command should be:
loadlibrary EnobioAPI.dll Enobio.h addheader EnobioAPI_global
or
loadlibrary('EnobioAPI.dll','Enobio.h','addheader', 'EnobioAPI_global')

Plus de réponses (0)

Catégories

En savoir plus sur Downloads dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by