Filter löschen
Filter löschen

Using GUI in an external function

3 Ansichten (letzte 30 Tage)
Mojtaba
Mojtaba am 24 Jun. 2013
How can I use vqdtool (i.e. GUI) in a external function. I want to send the required user data of vqdtool as input of an external function and also get the output of vqdtool as output of my external function.
Thanks

Antworten (1)

David Sanchez
David Sanchez am 24 Jun. 2013
You just need to define your input/output data as input and output arguments in your function. You can also use variables as global within your external function. After function definition:
global myvar_2 myvar_2 ....
where myvar_X are the variables used in your GUI.

Kategorien

Mehr zu Get Started with DSP System Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by