MATLAB: XLSWRITE

xlswrite

How can I prompt the user to give a new filename so that when I want to use XLSwrite it can use that specified filename?
Appreicate the help!

Best Answer

name = inputdlg('Name excel file as: ','Name excel',1);
Related Question