converting Gui file into c code

2 次查看(过去 30 天)
monali mandlik
monali mandlik 2019-4-26
回答: Purvaja 2025-6-9
how to convert gui file into c code that can be used to upload in texas instrument board.

回答(1 个)

Purvaja
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!

类别

Help CenterFile Exchange 中查找有关 MATLAB Compiler 的更多信息

产品


版本

R11.1

Community Treasure Hunt

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

Start Hunting!

Translated by