MATLAB: How to write a number from MATLAB GUI into an EXCEL file using edit text.

excelxlsreadxlswrite

There will be three edit texts in MATLAB GUI, how to write three numbers into an EXCEL file for column A1, B1 and C1?

Best Answer

Using xlswrite ?