How to write multiple data in an excel file in .xls/.csv format using xlsappend function.
1 view (last 30 days)
Show older comments
I want to store a data of 105*150 in a single excel file. I have 150 files. Each image file provides 105 features in a single iteration. xlswrite function gives 150 distrinct excel files. Altghough, I need one excel output file. I used xlsappend function but it yields a single excel file with one rows. How it can be overcomed.
2 Comments
Jan
on 15 Apr 2018
Post your code. How could we suggest a modification without seeing the current version? In addition you mention "xlsappend", but this is not a toolbox function of Matlab. Do you mean the submission from the FileExchange?
I guess, that you create a new file name in each iteration instead of using the same file.
Answers (0)
See Also
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!