Hi, whenever I run this code my data get updated to the last file data. I don't want to do it, rather I want all data to stack one after another. How can I update this code?
1 次查看(过去 30 天)
显示 更早的评论
回答(1 个)
Image Analyst
2022-9-21
We can't run images and I'm not going to type all that in. I suspect you want output to change depending on what "j" is but you're not using j as an index to "output". Why not? Maybe it should. Not sure what "stacked" means. You're assigning data to a 2-D array. Do you want a 3-D array? What exactly does "stacked" mean to you? Can you provide a small and simple example of input and output data?
5 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Structures 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!