How to Get Index Values of an Image by imagesc
Show older comments
Hi everyone,
I have a matrix that includes complex values. I am using imagesc to see the output. I can see the index values by using data cursor but How can I assign and get index values of that output ?
Thanks BR Hans
2 Comments
Image Analyst
on 10 Dec 2012
You already have the values, or else you would not have been able to display anything. meanIntensity = mean(yourImage(:)). Why don't you start your own thread to discuss further?
Accepted Answer
More Answers (1)
Walter Roberson
on 20 Aug 2012
0 votes
See the File Exchange contribution "freezeColors"
3 Comments
HANS
on 21 Aug 2012
Walter Roberson
on 21 Aug 2012
The mapping done by freezeColors is not very complex; you can extract the ideas and implement them in a few lines.
HANS
on 22 Aug 2012
Categories
Find more on Matrix Indexing 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!