Need tutorial on using GUI with Matlab

Status
Not open for further replies.

extradeath

Member level 2
Joined
Nov 26, 2004
Messages
44
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,288
Location
Alexandria, Egypt, Egypt
Activity points
390
GUI with Matlab

Dear efriends

I'm searching for a tutorial that could help be could mange using the GUI in matlab
I can use the GUIDE by matlab to form the design but I can't do any call back to any button.

I want to use my function that I've made to work with GUI...

Please reply....
 

GUI with Matlab

You can open the gui demo of Matlab.
These are the best examples to know how to use gui and how it works.

Regards,
Jarod
 

Re: GUI with Matlab


Hi,
GUIDE is quite useful not only for the design standpoint but
also regarding functionality. For each created uicontrol
(buttons and others), it is created also a callback
function that is executed when you activate the uicontrol
(generaly speaking, when you click on the "button").
So, add your code to the corresponding callback body function.
Off course things are not so simple, but the ML documentation is quite good.
 

Re: GUI with Matlab

this is a nice tutorial that may help
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…