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.

回答(1 个)

Prince Kumar
Prince Kumar 2022-4-6
Hi,
You can take the following steps :
  • Read the excel sheets using "readtable"
  • Do your computation. Make sure that your results are in table.
  • Write the results using "writetable"
Hope this helps!

类别

Help CenterFile Exchange 中查找有关 Data Import from MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by