File handling code for popup menu in gui

I want to know the coding which is used to transfer the details in a popupmenu to a text file?

답변 (1개)

Kevin Claytor
Kevin Claytor 2012년 9월 20일

0 개 추천

You can use the get command;
get(handles.mypopup)
Or for specific cases;
get(handles.mypopup,'string'); % returns all strings in the popup
get(handles.mypopup,'value'); % returns the current popup selection 1,2,3,...

카테고리

도움말 센터File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

태그

질문:

2012년 9월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by