Hi all,
i have a 1x1 struct with 58 fields (1x1 double timeseries):
Each timeseries-field has a "Time" and "Data" column, e.g.:
So how can I now make an Excel export of the entire struct?
Unfortunately, the following just exports the field names but not the field data:
S=[test_data(:)];
writetable(struct2table(S),'test.xlsx');
Thanks.
0 Comments
Sign in to comment.