how to plot image data

how to plot data of colo image explain it with code.

Answers (1)

Image Analyst
Image Analyst on 18 Aug 2013

0 votes

I don't know what your data are, but you can use plot(), bar(), imshow(), image(), or other functions to display it, depending on what kind of data they are. Look over the visualization section in the help.

4 Comments

Here data means feature of image i.e, brightness, contrast, R G B etc.
Image Analyst
Image Analyst on 19 Aug 2013
Edited: Image Analyst on 19 Aug 2013
OK. Since there are no more questions, please go ahead and mark it as Accepted.
my question is how to show that it in graphical form.
That was answered when I said "you can use plot(), bar(), imshow(), image(), or other functions to display it".

Sign in to comment.

Categories

Find more on Convert Image Type in Help Center and File Exchange

Tags

Asked:

on 18 Aug 2013

Community Treasure Hunt

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

Start Hunting!