How to display a mysql table in matlab GUI??

조회 수: 3 (최근 30일)
vishnu r
vishnu r 2013년 5월 16일
답변: Piyush Kumar 2024년 9월 27일
I hav a mysql database and contains some table. And in my GUI1 contains a pushbutton1, whwn we click on that button it goes to another GUI2. I want to display my database table in GUI2. How can i do this task ?? please help

답변 (1개)

Piyush Kumar
Piyush Kumar 2024년 9월 27일
You can follow these steps -
  • In GUI2 => connect to MySQL database, fetch data from MySQL table, create GUI and display data.
  • In GUI1 => set the callback function of the pushbutton to open GUI2.
Check these links for more details -

카테고리

Help CenterFile Exchange에서 Database Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by