Autocode Navigation Toolbox C++
2 ビュー (過去 30 日間)
古いコメントを表示
Could you tell me if Matlab models developed with the 2021b Navigation Toolbox can be autocoded to C++ ?
0 件のコメント
回答 (1 件)
Cameron Stabile
2021 年 10 月 29 日
Hi Christine,
Most if not all features in the Navigation Toolbox should support code generation, with the exception of some visualization functions like timescope. To check whether a specific feature supports codegen, look for the Extended Capabilities section on the corresponding documentation page.
To generate C++ code rather than C, please refer to the C++ Code Generation documentation, which instructs you on the settings you'll need to change when using the Coder products.
Hope this helps!
Cameron
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Call C++ from MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!