Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Is it possible to create a sort of pushbutton 'load' and load data from a specified variable or file to a GUI table?
1 回表示 (過去 30 日間)
古いコメントを表示
I have a GUI table and I want to create the option of loading data from a selection list, so the user can edit tha file.
GUI table doesn't allow me to load files when the GUI is active, I have to specify data in table property inspector before run GUI.
Is there a solution?
Thanks!
0 件のコメント
回答 (1 件)
Walter Roberson
2013 年 2 月 8 日
set(handles.uitable1, 'Data', TheLoadedData);
replace "uitable1" with the Tag you assigned to the table.
1 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!