Export cell or structures to a file
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Stephen23
2017-5-7
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.
回答(1 个)
Jan
2017-5-8
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
