필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Using GUI in an external function

조회 수: 1 (최근 30일)
Mojtaba
Mojtaba 2013년 7월 25일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi Guys, There is a built-in GUI in matlab called "vqdtool". I want to use this GUI in a Matlab script which I can set the inputs of "vqdtool" externally and get the outputs (not in the GUI environment) but I do not know how to do it or even it is possible. Actually I do not have experience with GUIs. Can anyone help me please?

답변 (2개)

Jan
Jan 2013년 7월 25일
Do I understand correctly, that you do not want to use the GUI of vqdtool but only is calculations? Then I'd suggest to take a look into the code. Matlab's examples are written in a clean programming style and the actual calculations are not hidden inside callbacks, but separated functions. Re-using them is a fair idea.

zahra esmaeilbayg
zahra esmaeilbayg 2017년 12월 12일
i have the same problem , does anyone know how can i use the vqdtool without GUI?

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by