Info
此问题已关闭。 请重新打开它进行编辑或回答。
How can I convert my Structure into an easy to read excel document
1 次查看(过去 30 天)
显示 更早的评论
I want to convert my structure called data which has multiple parts to be formatted in nicely excel.
In column 1 of the excel documents I want all the values of data.name. Which are strings such as 'Mouse 1' 'Mouse 2' etc. The rows across the top need to be a an array of strings 's' I created.
I then need to put data(1).A data(1).B data(1).C in the row labeled 'Mouse 1' Then I need to do data(2).A data(2).B data(2).C in the second row labeled 'Mouse2'
This pattern should continue until all the values of data.name are completed. Any help would be appreciated. I tried using xlswrite but could not get the formatting done right.
1 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!