フィルターのクリア

How to force MATLAB Coder to combine two functions into one?

1 回表示 (過去 30 日間)
Shubhashree Bal
Shubhashree Bal 2018 年 2 月 15 日
コメント済み: Shubhashree Bal 2018 年 2 月 15 日
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?

採用された回答

Walter Roberson
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.
  1 件のコメント
Shubhashree Bal
Shubhashree Bal 2018 年 2 月 15 日
I got the solution. We can click on add entry point and add additional function.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Coder についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by