Borrar filtros
Borrar filtros

using SDK written in C

1 visualización (últimos 30 días)
Shahidul Asif
Shahidul Asif el 7 de Mzo. de 2021
Comentada: Walter Roberson el 8 de Mzo. de 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?

Respuestas (1)

Walter Roberson
Walter Roberson el 7 de Mzo. de 2021
  2 comentarios
Shahidul Asif
Shahidul Asif el 8 de Mzo. de 2021
libfunctions() shows no function after loading. What am I missing?
Walter Roberson
Walter Roberson el 8 de Mzo. de 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')

Iniciar sesión para comentar.

Categorías

Más información sobre Troubleshooting in MATLAB Compiler SDK en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by