MATLAB: How to export a matrix from MATLAB to Excel

excelMATLABmatlab2excel

Hey everybody,
how can I export matrices from MATLAB to excel? Can I copy a matrix into a text file and than paste this in Excel?
Cheers, Ruben

Best Answer

There is a function called xlswrite which does just that.