i need source code to display picture ton interface not utulise button in matlab

Answers (1)

image(yourImageArray);
That ought to do it. You can also use imshow() instead of image() if you have the Image Processing Toolbox. And please read this: http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer

Categories

Find more on Environment and Settings in Help Center and File Exchange

Tags

No tags entered yet.

Asked:

on 27 Feb 2014

Answered:

on 27 Feb 2014

Community Treasure Hunt

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

Start Hunting!