I need help exporting data from table in Matlab GUI to excel

조회 수: 3 (최근 30일)
Miss B
Miss B 2020년 3월 25일
댓글: Halil AYDIN 2021년 11월 17일
Hello everyone!
Hope all is well and in good health.
So where do i start?
I want to know if I created a 'Table' in GUI whereby a user inputs data - how will I go about exporting this table in a Excel Spreadsheet?
I read up on using xlswrite(filename,A,sheet) - How would I use this where appropiate?
For instance, for my homework - I need to make a table where 'Students' will input their grades and the 'data' will then export to Excel Spreadsheet for them to keep.
I'm awfully confused.
Any help would be appreciated.
Thank you.

채택된 답변

Ameer Hamza
Ameer Hamza 2020년 3월 25일
The attached app to see how you can create a GUI table in the app designer and save its content in an MS Excel file.
  댓글 수: 12
Ameer Hamza
Ameer Hamza 2020년 3월 25일
How did you create this line
function varargout = save_document_OutputFcn(hObject, eventdata, handles)
Are you using GUIDE?
Halil AYDIN
Halil AYDIN 2021년 11월 17일
How to export colored UITable data to excel? The code above works but I want to colored specific cells and export all data with colored. There must be a way to get colored excel sheet from UI table.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by