using SDK written in C

1 回表示 (過去 30 日間)
Shahidul Asif
Shahidul Asif 2021 年 3 月 7 日
コメント済み: Walter Roberson 2021 年 3 月 8 日
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 日
  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')

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

カテゴリ

Help Center および File ExchangeTroubleshooting in MATLAB Compiler SDK についてさらに検索

タグ


Translated by