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!