While invoking the mcc executable does it suffice to only create an executable of the outermost function?
1 回表示 (過去 30 日間)
古いコメントを表示
YOGENDRA SINGH BHANDARI
2020 年 8 月 17 日
コメント済み: Bruno Luong
2020 年 8 月 17 日
I have a function calling another function which in turn calls another function.
If I have to generate a compiled executable, does it suffice to only create a executable for the outermost function, or do I need to do it for every function?
If yes, what is the command for invoking all the executables with arugments to the outermost function from the unix?
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!