필터 지우기
필터 지우기

image on axes

조회 수: 2 (최근 30일)
Melvin
Melvin 2012년 3월 28일
Hi. Im working on a project. I want to put a picture on my GUI just for layouting purposes. I dont need the GUI to ask user to upload image but just simply have a picture on my gui. a static picture using axes. But i do not know how to do it. Help please. Thank you

답변 (1개)

Image Analyst
Image Analyst 2012년 3월 28일
Place an axis on your figure using GUIDE. Then somewhere in the code use imread() to read the image file into a variable, then use imshow() to display the image in the axes. Try MAGIC (<http://www.mathworks.com/matlabcentral/fileexchange/24224>) if you want to make it easier on you and get a fast start.

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by