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!