i need source code to display picture ton interface not utulise button in matlab
Ältere Kommentare anzeigen
Antworten (1)
Image Analyst
am 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
Kategorien
Mehr zu Environment and Settings finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!