exporting a .mat file to csv/ xls
Show older comments
Hi,
Am new here so this may be a dupe query:
I have a 1X1 struct with 2 fields. 1 field has 2000 values of double and the next one has 10000 values as double.
How do i export this type of data into a spreadsheet/ csv.
i tried using writematrix but it gave me the unsupported type 'struct' error.
Thanks
2 Comments
Stephen23
on 31 Mar 2022
How do you want those 2000 + 10000 values arranged in the output file: as one long row vector, as one column vector, as two columns, as two rows, on two different sheets (XLSX only), or something else that you require?
Amit Sinha
on 31 Mar 2022
Accepted Answer
More Answers (0)
Categories
Find more on Spreadsheets in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!