How to save data of each folders in cell array?

1 次查看(过去 30 天)
I have four folders r1, r2, r3 and r4. I used for loop for each folders and read files and store data using if statement inside the for loop. But when script for r2 folder, it overwrites the first stored data in a cell array. How do I create different cell array for each folders so that I can store data of each folder in each cell array?

回答(2 个)

sam moor
sam moor 2018-10-22
I did that..but when it goes for another folder. the data store is replaced for 2nd folder
  2 个评论
sam moor
sam moor 2018-10-22
output = cell(subfold_idx,6); this is what i used to define cell? each subfold_idx is in for loop so in 2nd loop the data overwrites. I need to defined cell for each folder.

请先登录,再进行评论。


sam moor
sam moor 2018-10-22
here is my code

类别

Help CenterFile Exchange 中查找有关 Whos 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by