フィルターのクリア

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