- 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?
2 ビュー (過去 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.
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!