Call C++ function from MatLab
古いコメントを表示
Hi,
I wrote a small function in C++ that takes some parameters and outputs them via cout. Is there a way to call this function from MatLab ? I tried to use cfun_return = coder.ceval('cfun_name', cfun_arguments) but it didn't worked: 'The coder.ceval function is not supported in MATLAB.'
Thank you for time
回答 (1 件)
Adam
2014 年 9 月 17 日
0 投票
カテゴリ
ヘルプ センター および File Exchange で External Language Interfaces についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!