# is not recognized in matlab GUI
Ältere Kommentare anzeigen
I would like to add a library to matlab gui. However the "#" was not recognized by the matlab. Anyone knew what's happening?
5 Kommentare
dpb
am 11 Dez. 2022
That's C source code, not MATLAB code
You would load a DLL file, not the source...
gdz
am 11 Dez. 2022
dpb
am 11 Dez. 2022
You are NOT right, no. loadlibrary loads an already-created library; it does NOT build the library from the source code.
If the DLL doesn't already exist, then it has to be created from the source code by compiling the source to build the library.
One would presume there is an available download of the library already built as well as the source from wherever you obtained it.
gdz
am 12 Dez. 2022
gdz
am 14 Dez. 2022
Antworten (1)
Mann Baidi
am 30 Aug. 2023
0 Stimmen
Hi,
I understand that you are facing issues in importing the .h libraries and .cpp files in MATLAB. I would suggest you follow the instructions given in the following link.
Hope this helps!
Kategorien
Mehr zu Arduino Hardware finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!