load multiply image on GUI

조회 수: 1 (최근 30일)
LIU WEIHUA
LIU WEIHUA 2012년 2월 19일
when using GUI , I use Axes to load images, and load the first image successfully, however,when I load the second image, it becomes small than first image and overlapped on the first image. How can I remove the first image and make the rest image the same size as first one? which function should I use? Thank you very much!

답변 (1개)

Image Analyst
Image Analyst 2012년 2월 19일
Use "cla" or "cla reset" in between calls to imshow() or whatever.

카테고리

Help CenterFile Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by