How to call cpp function in coder ceval function?
显示 更早的评论
Hi, I am trying to call a cpp function in matlab using coder.ceval method. I am getting errors like the function is not defined, but the same code works for a c function. Please help me.
2 个评论
Rik
2022-1-20
Wouldn't it be easier to compile it with mex and call it that way?
Arhan Kundu
2022-1-20
回答(1 个)
Rishabh Singh
2022-2-7
编辑:Rishabh Singh
2022-2-7
0 个投票
Hi,
If you could provide the cpp function then I can better answer your question. But in meanwhile a similar question has been answered on the following link.
Hope this helps.
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Coder 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!