hello All, please any help!! How to import an Excel data of a 9x9 matrix in to GUI ???thanks you a lot
1 次查看(过去 30 天)
显示 更早的评论
hello All, please any help!! How to import an Excel data of a 9x9 matrix in to GUI ???thanks you a lot
0 个评论
回答(1 个)
ES
2018-7-12
Into GUI? Meaning you have an uitable in your GUI?
try xlsread - to read data from excel.
try set(handles.uitable, 'Data', ...) to set the data into the GUI.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Import from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!