Convert a matrix in the workspace into Excel in GUI
Show older comments
I have a matrix A of size(n*m) in the workspace. I would like to develop a GUI which has a push button. So whenever I click on it, the matrix A which is present in the workspace convert it into Excel file. So that I can save it easily as Excel file.
Could you please suggest me the code for this?
Accepted Answer
More Answers (1)
Sean de Wolski
on 19 Oct 2011
Well I would recommend looking at:
guide
to develop your GUI, and xlswrite to develop your excel export.
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!