display excel data in guitable ?

1 visualización (últimos 30 días)
ARUN V
ARUN V el 4 de Sept. de 2018
Editada: Ji Hoon Jeong el 4 de Sept. de 2018
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

Respuestas (1)

Ji Hoon Jeong
Ji Hoon Jeong el 4 de Sept. de 2018
Editada: Ji Hoon Jeong el 4 de Sept. de 2018
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.

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by