How to acess pop up menu in a separate function m file..

1 view (last 30 days)
i have a fig file test.fig and its corrosponding m file test.m i made another function file test2.m by passing handles as an argument i am unable to access popupmenu values and strings in that test2(handles) function..
i have used
str = get(handles.tagname,'String');
i am able to use check box behaviour n radio button behaviour..

Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!