How do I vertically segment a image in three parts?
Show older comments
One of the module of my project requires me to divide a page into three parts, and then discard the middle one. Then I have to work with the 1st and the 3rd part? How do I segment my image into three parts?

1 Comment
Adam
on 20 Sep 2016
Just use standard array indexing as you would to divide up any array into subarrays.
Accepted Answer
More Answers (1)
zelalem tsegaye
on 7 Aug 2019
0 votes
it worked perfectly for me thank you!!!
Categories
Find more on Image Segmentation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!