- Read the excel sheets using "readtable"
- Do your computation. Make sure that your results are in table.
- Write the results using "writetable"
I need to average three excel sheet containing 2 columns (A, B) of data set and 60 rows and then save it to another excel sheet with a plot. How should I do it?
조회 수: 1 (최근 30일)
이전 댓글 표시
I need to average three excel sheet containing 2 columns (A, B) of data set and 60 rows and then save it to another excel sheet with a plot. How should I do it? The plot should contain the error bar.![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/946999/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/946999/image.png)
댓글 수: 0
답변 (1개)
Prince Kumar
2022년 4월 6일
Hi,
You can take the following steps :
Hope this helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!