필터 지우기
필터 지우기

Using GUI in an external function

조회 수: 3 (최근 30일)
Mojtaba
Mojtaba 2013년 6월 24일
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

답변 (1개)

David Sanchez
David Sanchez 2013년 6월 24일
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.

카테고리

Help CenterFile Exchange에서 Get Started with DSP System Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by