Connect LeapMotion to Matlab (using C Code or mex files)

Hi, I would like to extract information (Hand position, joint position etc.) from a LeapMotion Controller and use the information in Matlab. I have a C Code extracting information but I cannot run it in Matlab. Furthermore I am not fond of Mex files and gave up after trying to optimize a MatLeap Code I found on the internet.. Is there a better way to use C code in Matlab than using mex files? If not, is there a deep and more exact tutorial of making a C code accessible for "mex"?

回答 (1 件)

James Tursa
James Tursa 2016 年 6 月 3 日

0 投票

If you don't want to go the mex route, and you have library dll's of the functions you want to use, you might try loadlibrary and friends:

カテゴリ

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

質問済み:

2016 年 6 月 3 日

回答済み:

2016 年 6 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by