필터 지우기
필터 지우기

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 CenterFile Exchange에서 Troubleshooting in MATLAB Compiler SDK에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by