converting Gui file into c code
조회 수: 6 (최근 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!