Numerical arrays to save as xlsx file

1 view (last 30 days)
Rachael Courts
Rachael Courts on 15 May 2019
Hi all,
I currently am computing summary stats for a matrix. The summary stats answers that are received are for individual columns in the matrix, for instance 'Duration90s' represents one column, and the 'Values' represent the answers I require. How can I compute these column names and values into a table and then to save as an xls. I've had a look at 'writetable' etc but they require specification of the data itsel (eg re writing everything out again, when I could do this manually straight into excel)
Duration90s: 27×1 double
Values:
Min 0.1
Median 0.5
Max 1.3
MinFHz: 27×1 double
Values:
Min 216.7
Median 3358.9
Max 9079.2
MaxFHz: 27×1 double
Values:
Min 2972.1
Median 16903
Max 29905

Answers (0)

Community Treasure Hunt

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

Start Hunting!