Adding row to matrix in a loop
显示 更早的评论
I have a folder with many files (file_1, file_2 ... file_n), each of them contains variables (A, B, C ...). I need to work with several files (number of files varies) that I specifically choose from the folder (eg. file_1, file_7, file_22, ... file_m) - load the file, calculate some stuff and save the result as a new row to a matrix and then do this for another file etc.
I ´ve been thinking of using for loop to load and calculate, but I can´t figure out how to add a new row to a matrix after every loop. I tried "cat", but it didn´t work the way I need. Or is there a better solution?
And furthemore I need to plot the results in one graph the way I can specify the plot details for a group of files (eg. plot the first 10 results in red, the next ones in green, etc.). I can´t do it manually, because there are dozens of files.
Thanks in advance!
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!