フィルターのクリア

background for design gui

1 回表示 (過去 30 日間)
mostafa
mostafa 2012 年 6 月 7 日
How do I use background for gui design?
  2 件のコメント
TAB
TAB 2012 年 6 月 7 日
Do you mean, you want to add image in GUI background ?
mostafa
mostafa 2012 年 6 月 7 日
yes
Exactly
i want to add image in GUI background

サインインしてコメントする。

採用された回答

TAB
TAB 2012 年 6 月 7 日
In the OpeningFcn callback of your GUI add below code
BkImage = importdata('backgnd.jpg'); %Read the image file
axes(handles.BkAxes);
image(BkImage);
  1 件のコメント
mostafa
mostafa 2012 年 6 月 7 日
Thank you very much

サインインしてコメントする。

その他の回答 (1 件)

Sean de Wolski
Sean de Wolski 2012 年 6 月 7 日
  1 件のコメント
mostafa
mostafa 2012 年 6 月 7 日
Thank you very much

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by