Adding a set of images in a variable
2 次查看(过去 30 天)
显示 更早的评论
i have a program which produces patches from a given image. i want store the patches in a variable and then once the program finish the patches. i want utilise that variable to write those patches. Please find my code attached.
0 个评论
采纳的回答
Image Analyst
2016-7-10
编辑:Image Analyst
2016-7-10
ca has the patches in it already so you can just use that immediately. You can save it or whatever....
2 个评论
Image Analyst
2016-7-10
Then just save the (badly-named) x. But index x.
x{xIndex} = .....
xIndex = xIndex + 1;
Set xIndex = 1 before the loop starts.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Polygons 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!