Using *.dll file in MATLAB
Mostrar comentarios más antiguos
I am trying to use the attached *.dll file in MATLAB and am unclear how to even start. There is no header file along with it. Any help would be appreciated.
7 comentarios
James Tursa
el 23 de Sept. de 2022
Editada: James Tursa
el 23 de Sept. de 2022
Many of us are reluctant to click on an unknown zip file. Maybe you could describe what this is and where it came from. What documentation do you have? Is it a very old mex routine? Or ...?
Brian
el 23 de Sept. de 2022
Walter Roberson
el 23 de Sept. de 2022
It would not be difficult to find out the names of the functions that can be called in the DLL: that information is present in all DLL. But finding out what the parameter data types are for the calls is not easy if the DLL was coded in C (but might be easier if it was coded with C++)
Walter Roberson
el 23 de Sept. de 2022
Interestingly, https://docplayer.net/98299736-Ece-5650-4650-python-project-1.html shows that it was used for a 2018 course. I do not know whether it might still be possible to obtain the software they used for the course.
Brian
el 26 de Sept. de 2022
Walter Roberson
el 26 de Sept. de 2022
You are right, I did not scan that article thoroughly enough. There is a reference to BelaSigna on that page, but it is just a link to an Application Note, whereas when I scanned the article the first time I misunderstood it as being a project that involved communicating with a BelaSigna device.
Walter Roberson
el 26 de Sept. de 2022
Respuestas (0)
Categorías
Más información sobre Communications Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!