converting Gui file into c code

3 visualizaciones (últimos 30 días)
monali mandlik
monali mandlik el 26 de Abr. de 2019
Respondida: Purvaja el 9 de Jun. de 2025
how to convert gui file into c code that can be used to upload in texas instrument board.

Respuestas (1)

Purvaja
Purvaja el 9 de Jun. de 2025
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!

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Etiquetas

Productos


Versión

R11.1

Community Treasure Hunt

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

Start Hunting!

Translated by