background for design gui

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 日

0 投票

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 日

0 投票

1 件のコメント

mostafa
mostafa 2012 年 6 月 7 日
Thank you very much

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

質問済み:

2012 年 6 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by