Refresh GUI content without opening new GUI window
이전 댓글 표시
Matlab has a build-in app named as Neural Clustering. In this app, there is Next button on the bottom. When you click it, the whole GUI content refreshes (the same GUI window, not open a new one). May I know how to do such feature?
답변 (1개)
Sean de Wolski
2015년 6월 5일
0 개 추천
drawnow forces a flush of the event queue and will drive all of the updates to a figure that have happened (i.e. update to current state). Is this what you're looking for?
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!