how can i display 5 row lines of pixel values ?
Show older comments
how can i display 5 row lines of pixel values ?
Answers (1)
Azzi Abdelmalek
on 20 Oct 2013
Im(1:5,:,:)
5 Comments
engineer 01
on 20 Oct 2013
Azzi Abdelmalek
on 20 Oct 2013
If Im is a 10x10 array
% For example
Im=rand(10)
out=Im(1:5,:)
engineer 01
on 20 Oct 2013
Azzi Abdelmalek
on 20 Oct 2013
You are asking the question, you have to tell us!
Image Analyst
on 12 Nov 2013
It's "writing" the pixel values when it transfers the pixel values to the new array Azzi called "out".
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!