help about matlab's gui
help about matlab's gui
(OP)
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
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





RE: help about matlab's gui
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.
RE: help about matlab's gui
getframe & movie