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.

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

extradeath said:
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....

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top