how to generate C code in matlab??
1 次查看(过去 30 天)
显示 更早的评论
i have my C code(small part of my matlab code).but i dont know how to integrate it in matlab i'm working with matlab R2016b
0 个评论
采纳的回答
Geoff Hayes
2017-6-27
khiter - try using mex to build a MEX function from your C code. See also MEX File Creation API and C Source Mex example for details.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!