Text File Read Matlab
1 次查看(过去 30 天)
显示 更早的评论
Hello Folks!
I have 165 text files consist of the single column. I want to save 165 columns in matlab format so that I can take the means of the average score. Kindly guide me in this regard. Thaking in anticipation.
Truly,
Adeel
回答(1 个)
Sulaymon Eshkabilov
2021-4-7
Step 1. Data import from your txt file, e.g.: uiimport()
Step 2. Save imported data
Step 3. Compute the mean of the imported data using mean()
Step 4. Analyze and Report the results.
Good luck.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Text Files 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!