Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
How to genrate a sequence of image from a single image of size 256X256
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
If a image is given of size 256X256. How can we generate a sequence of image from it?
0 Commenti
Risposte (1)
Azzi Abdelmalek
il 16 Nov 2013
Modificato: Azzi Abdelmalek
il 16 Nov 2013
If Im is your image
Im1=Im(100:150,120:200) % for example
imshow(Im1)
0 Commenti
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!