Loading data into matlab gui from excel

조회 수: 2 (최근 30일)
Radoslav Vandzura
Radoslav Vandzura 2015년 9월 30일
댓글: Radoslav Vandzura 2015년 10월 3일
Hello,
can you advise me how can I load data into gui into spreadsheet format?
Thank you for your answer.

채택된 답변

Image Analyst
Image Analyst 2015년 9월 30일
You can use guide and put a grid ((uitable) onto the figure. Then use set() to send your data to it:
set(handles.uitable1, 'data', yourData);
  댓글 수: 6
Image Analyst
Image Analyst 2015년 9월 30일
You can width the columns with the column width property. You can bring in the right side of the table control using the 'Position' property to set the size.
Radoslav Vandzura
Radoslav Vandzura 2015년 10월 3일
Could you advise me with my problem with loading string data.....when I want to load string data into uitable....in these cells are value 'NaN'. How can I resolve it?:) Thank you very much for your answer...

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by