Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How can I convert my Structure into an easy to read excel document

1 回表示 (過去 30 日間)
Chris
Chris 2012 年 11 月 5 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 件のコメント
Vishal Rane
Vishal Rane 2012 年 11 月 8 日
Posting the code that you tried might attract some answers.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by