Matlab Coder - specifing input type on multiple entry-point code
4 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I wrote a large matlab program and I wish to generate a lib file. It has about 50 .m files and 20 entry-point functions and I wish to create a single lib file. I also want to avoid the input specification at each entry point file. I understand that I can use matlab script to auto-define types when using a coder project. My questions are:
1. Can I specify a configuration object when working with coder projects? (similar to the codegen -config option)
2. If not, can I use an auto-define script with the codegen command?
Thank you.
0 件のコメント
採用された回答
Ryan Livingston
2013 年 2 月 19 日
1. You can import a configuration object from your MATLAB workspace. In the project click on settings (the gear in the top right) and choose "Import settings...". Then just choose the config object you wish to use.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Function Definition についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!