converting Gui file into c code
5 ビュー (過去 30 日間)
古いコメントを表示
how to convert gui file into c code that can be used to upload in texas instrument board.
0 件のコメント
回答 (1 件)
Purvaja
2025 年 6 月 9 日
MATLAB GUIs (whether created with App Designer or GUIDE) are intended for use on desktop environments and cannot be directly converted to C code or deployed on embedded hardware like microcontrollers.
However, the functional logic behind the GUI can be extracted and deployed using Simulink and Embedded Coder.
Refer to this following MATLAB answer’s link which discusses the same doubt as yours:
Hope this helps!
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!