Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Load image(.bmp or .jpeg) to be as background 4 GUI(MATLAB)?

Status
Not open for further replies.

NIDA

Newbie level 4
Joined
Oct 11, 2005
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,336
loading bmp in matlab

Hai Again!!!

:idea: i'm still new in designing a GUI using MATLAB. I would like to ask anybody out there on how to load an image to be as my GUI background? Is it possible to place an image in format .bmp or jpeg for the background. I try to find the method to do this in MATLAB help but I can not figure out...Hopefully, you can share ur opinion regarding to this matter....

Thanx in advance,
NIDA
 

load image in matlab using gui

check the uicontrol command and use it with the imread command (I=imread('name.bmp');). The last one reads your image from the current directory.explain more what do you want to do in order to check it if i can help u more.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top