using SDK written in C

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?

回答 (1 件)

Walter Roberson
Walter Roberson 2021 年 3 月 7 日

0 投票

2 件のコメント

Shahidul Asif
Shahidul Asif 2021 年 3 月 8 日
libfunctions() shows no function after loading. What am I missing?
Walter Roberson
Walter Roberson 2021 年 3 月 8 日
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')

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeTroubleshooting in MATLAB Compiler SDK についてさらに検索

タグ

質問済み:

2021 年 3 月 7 日

コメント済み:

2021 年 3 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by