How to genrate a sequence of image from a single image of size 256X256

If a image is given of size 256X256. How can we generate a sequence of image from it?

Risposte (1)

If Im is your image
Im1=Im(100:150,120:200) % for example
imshow(Im1)

Questa domanda è chiusa.

Richiesto:

il 16 Nov 2013

Chiuso:

il 20 Ago 2021

Community Treasure Hunt

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

Start Hunting!

Translated by