WHY I GET NAN FROM "IMPIXCEL"

I want to read an image and get color of pixells but the result from "impixel" for some pixels is NAN why" please help me

3 Comments

Matt J
Matt J on 9 Feb 2018
Edited: Matt J on 9 Feb 2018
Maybe some of the pixels in your image are NaN...? How can we know?
pixels that are nan sounds like what? how can i recognize them?
thanks alot

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 9 Feb 2018
If you specified row and column numbers to impixel() and they were outside of the image, then you would get NaN returned.
Watch out that impixel expects column (x coordinate) to be passed in before row (y coordinate)

Asked:

on 9 Feb 2018

Commented:

on 11 Feb 2018

Community Treasure Hunt

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

Start Hunting!