Info
此问题已关闭。 请重新打开它进行编辑或回答。
exporting data from bulk analysis (function/script in a loop)
2 次查看(过去 30 天)
显示 更早的评论
I have a series of txt files from which I need to analyse the variables using a script. I am able to get the analysis in the display. however I wanted to save the data in a single txt or excel file where I get the filename and the generated data.
lets say
each txt file has two columns with A and corresponding value of B in same row
then get C= A+B, D=A-B, E= A*B
for each file I analyse in the loop I get C,D,E.
I need to save the value of C,D,E generated from each txt file in an excel sheet with headers
txt file name ValueC ValueD ValueE
0 个评论
回答(1 个)
Ayush Gupta
2020-8-31
If the format of the data to be exported is a table then writetable can be used. For guidance on how to use the function, refer to the documentation.
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!