insertin string variables to headers
Show older comments
Hi all,
I have the matrix A which is A=
Columns 1 through 7
'l12' 'l13' 'l14' 'l15' 'l23'
and i want to apply something like
header={ 'time' A }; xlswrite('filename.xlsx', header) but it does not work as when i open the excel file i see as header only 'time' and not the elements of A.
Accepted Answer
More Answers (0)
Categories
Find more on Variables 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!