How to generate stand alone sub function in codegen
이전 댓글 표시
function b= func1()
b = func2();
end
I use codegen to generate C code for func1, but the generated C code don't have entrance of func2 (funct2 is inline in func1)
How to generate stand alone sub function in codegen, and func2 has it's own entrance ?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Performance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!