Formation of another matrix from where I can Plot Data
1 次查看(过去 30 天)
显示 更早的评论
How can I open txt files folder wise and read 2nd column of txt files and store it in another matrix from where I can Plot Data? I've also attached the txt files for reference. I didn't get any confined answer
0 个评论
回答(1 个)
Cris LaPierre
2021-1-9
This page will help you learn how to index your data. I'd also suggest completng Ch 5 of MATLAB Onramp. Ch 9 covers plotting as well. Ch 11 talks about importing data.
6 个评论
Cris LaPierre
2021-1-10
This is the function for loading the data. It was introduced in R2019a, so is not available to you in R2017a. However, just replace this with whatever you normally use to load your files.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 File Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!