How do you write multiple lists from Matlab to the same excel file?
- by Ben Fossen
I have several lists in Matlab that I want to write to the same excel file.
I have one list xordered and another list aspl. I do not know the length of the lists till after I run the Matlab program.
I used
data = xlswrite('edgar.xls',fliplr(sortedx'),'A2:A3000')
for the first list but when I tried to write another list to the same file like…