Creating Summary page in Excel
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am trying to create a sheet at the end of my Excel workbook that will essentially be a summary of all date in the workbook.
I have a Matlab script that takes raw data and converts it into a series of N worksheets that represent the n number of files. The script also produces charts.
I just need to take all of the sheets and average them out as well with the script. Please help me start this.
Thanks :)
0 commentaires
Réponses (1)
Image Analyst
le 30 Mai 2014
You already have the data, since you wrote it out to the individual worksheets. So just do the averaging in MATLAB like you'd expect, and write out another worksheet just like you did all the others. I guess I'm not sure why you don't know how to do this already since you obviously already know how to program in MATLAB and possibly ActiveX, and you already know how to create workbooks and worksheets.
0 commentaires
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!