MATLAB: Popup menu values disappearing

coder

I have some popup menus who's values will change based on a different popup menu. This is exactly what I want it to do, however if I wanted to manually change any of the values in the popup menus, I can't. They appear to be fixed. For those of you familiar with some of my code, this issue occurs only when I select one of my profiles. Even when I switch back to a manual profile, the only options I have for some of my other popup menus are whatever it was based on the previous profile selected.

Best Answer

Took a bit of digging, but found it.
set(handles.Popupmenu, 'String', {'Option1' 'Option2' 'Option3' 'Option4'});
Found it here: