Clear Filters
Clear Filters

How to divide an images into two parts?

2 views (last 30 days)
Elliza Feisol
Elliza Feisol on 25 Jun 2020
Answered: Matt J on 25 Jun 2020
I'm trying to divide an image into two parts and I need to save the divided images. What code can I apply to do so?

Answers (1)

Matt J
Matt J on 25 Jun 2020
Use the save command,
save filename Image1 Image2

Community Treasure Hunt

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

Start Hunting!