Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

help about matlab's gui

Status
Not open for further replies.

emanuele262

Chemical
Joined
Jan 21, 2009
Messages
2
Location
IT
Hi
I'm an italian guy and i ask for help about GUI. I'm a chemical engineering with a poor knowledge of programming language. My questions are:
1) Can I put a figure in a GUI (for example reactor.jpg)?
2) Can I create an animation using only GUI (and not other programs, for example Java)?
3) I would to open another window with a pushbutton: what is the script I must to put in for do it?
thank you for help.
Emanuele
 
1) Look up imread.m
2) Not sure
3) The pushbutton 'Callback' property is used to assign the action the program will execute when pressing the button. I suggest assigning a new function in the Callback that opens your new window.
 
for the animation you can try the functions:
getframe & movie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top