Creating Summary page in Excel
이전 댓글 표시
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 :)
답변 (1개)
Image Analyst
2014년 5월 30일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!