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

답변 (1개)

ES
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 CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by