hello All, please any help!! How to import an Excel data of a 9x9 matrix in to GUI ???thanks you a lot

Answers (1)

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.

2 Comments

thanks you, yes into GUI i need to import my data and then use it for ploting
please how can i code this? my excel data file is called 'edata'

Sign in to comment.

Categories

Tags

Asked:

on 12 Jul 2018

Commented:

on 13 Jul 2018

Community Treasure Hunt

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

Start Hunting!