Export cell or structures to a file
1 view (last 30 days)
Show older comments
Hi, I have a problem in exporting a data base from matlab to a file. I have a complex variable, basically it is a cell composed by several structures (each structure contain several features) and I need to export that to a csv or excel file. Can Someone help me???
2 Comments
Stephen23
on 7 May 2017
Would it be possible to store that data in a .mat file? Many other programs are able to read and write .mat files, and this would be a simple solution.
Answers (1)
Jan
on 8 May 2017
There is no standard way to export a cell or struct to Excel. It depends on the data structure in Matlab and on how exactly the Excel file must look like. You have to determine the layout of the needed file at first.
The actual answer is: Yes, someone can help you. Please ask a specific question.
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!