i need source code to display picture ton interface not utulise button in matlab
Show older comments
Answers (1)
Image Analyst
on 27 Feb 2014
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
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!