display excel data in guitable ?

1 次查看(过去 30 天)
ARUN V
ARUN V 2018-9-4
I've an excel data sheet.. how can i dispaly the data in to uitable in GUI. Enclosure contains excel sheet and its screenshot is also given..
The GUI figure is given, on pressing the pushbutton i want to display the data in uitable...
Thanks in advance

回答(1 个)

Ji Hoon Jeong
Ji Hoon Jeong 2018-9-4
编辑:Ji Hoon Jeong 2018-9-4
First load the data file (i.e. xls file) And feed it into uitable with name-value pair.
[~, ~, raw] = xlsread('Book1.xlsx');
uitable('data',raw);
I hope you are familiar with the button event function. If you need further help, please reply.

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by