How to force MATLAB Coder to combine two functions into one?
1 次查看(过去 30 天)
显示 更早的评论
I want to add two different functions in a single main c code generated by Matlab coder. How can I select two different functions, when MATLAB coder have only one entry point during a selection of input function?
0 个评论
采纳的回答
Walter Roberson
2018-2-15
编辑:Walter Roberson
2018-2-15
Write a function that calls them in appropriate sequence and make that your entry point.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!