Azzera filtri
Azzera filtri

using SDK written in C

1 visualizzazione (ultimi 30 giorni)
Shahidul Asif
Shahidul Asif il 7 Mar 2021
I have SDK for a camera written in C. I need to use it in Matlab (the vendor has no direct toolbox to use in matlab). How do I do it?

Risposte (1)

Walter Roberson
Walter Roberson il 7 Mar 2021
  2 Commenti
Shahidul Asif
Shahidul Asif il 8 Mar 2021
libfunctions() shows no function after loading. What am I missing?
Walter Roberson
Walter Roberson il 8 Mar 2021
Unfortunately I do not have a compiler installed at the moment to test with on the desktop. But when I do the below with MATLAB Online, I do see a list of functions.
addpath(fullfile(matlabroot,'extern','examples','shrlib'))
if not(libisloaded('shrlibsample'))
loadlibrary('shrlibsample')
end
libfunctions('shrlibsample')

Accedi per commentare.

Categorie

Scopri di più su Troubleshooting in MATLAB Compiler SDK in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by