write data from gui in excel
이전 댓글 표시
Hi! Does anybody know how can a variable calculated on matlab GUI and stored in the handles be written on an already existing excel file?`
Or in other words, does the function xlswrite work at GUI? and if not, which function should be used instead?
Thanks a lot!
채택된 답변
추가 답변 (4개)
Chirag Gupta
2011년 7월 26일
xlswrite will work from a GUI.
xlswrite(filename,handles.data)
Fangjun Jiang
2011년 7월 26일
0 개 추천
Yes, xlswrite() works anywhere. You need to pay attention in the code where you have the xlswrite() line that you have access to the data, and it's better to specify the full path of the Excel file.
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!