필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how create GUI as main interface for a project includes picture?

조회 수: 1 (최근 30일)
nada ali
nada ali 2014년 2월 24일
마감: MATLAB Answer Bot 2021년 8월 20일
hi,
My knowledeg in GUI is simple. I would like to create main interface for my project includes title of my project and I would to set a picture relate to my project in same window. how do that? thanks

답변 (1개)

Walter Roberson
Walter Roberson 2014년 2월 24일
You can use uicontrol('style', 'text') to create a text area that is not in any plot axes.
However, pictures must be inside a plot axes, so you might just want to create an axis with axes() and title() the axis and use image() to put the image in place.
  댓글 수: 1
nada ali
nada ali 2014년 2월 25일
thanks,
but when I use axes I should use push button to load image. right?
what I want is figure i can set in it the color of bakground and the font and set image. regarding the unicontrol, when I used it it be in lower corner how can change the position and size of font.

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by