How can i export the GUI I created in MATLAB to a webpage browser using mysql?
조회 수: 1 (최근 30일)
이전 댓글 표시
I created a standalone app for detection of images but I want it to look more presentable by using a webpage browser and export my gui created in Matlab to this web browser such as using Mysql. What do I need to do?
댓글 수: 0
답변 (1개)
Piyush Kumar
2024년 10월 22일
Hi,
You can use MATLAB Web App Server to deploy the MATLAB app as a web application. Ensure that the app can connect to the MySQL database. You can use the Database Toolbox to establish this connection.
Check these links for more details about MATLAB Web Apps and establishing database connections -
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Database Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!