You are going to need to give us a bit more information before we can help. At least some of the information below is needed.
- What is the contents of the header file you are using for the function you wish to call
- What does libfunctions libname -full show for the function you wish to call
- What matlab code did you try to call the function?
- Were there any warnings when loading the library?
- Some information on expected input and output arguments to the function when arguments are pointers.
Advanced debugging for loadlibrary warnings and when libfunctions does not show the expected types:
- Generate a prototype file for the header and post the relevant lines from it for the function you wish to call.
