How to add small image to GUIDE panel

조회 수: 1 (최근 30일)
Joseph Areeda
Joseph Areeda 2012년 3월 17일
I must be missing something simple.
I'd like to add an image (our University Seal) to the background part of a GUIDE main dialog.
What widget would you use? Does anything allow me to paste a small 64x64 image, it would not do anything when clicked on, just give a bit of PR to the people who pay my salary.
thanks Joe

채택된 답변

Titus Edelhofer
Titus Edelhofer 2012년 3월 17일
Hi Joe,
you can add an axis to your GUI, make it size 64x64 and in the opening function of your GUI use imread to read the image and image (with the handle to the axis as parameter) to display the image.
Titus
  댓글 수: 1
Joseph Areeda
Joseph Areeda 2012년 3월 17일
Thanks Titus, not quite the static solution I was looking for but it will work.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by