MATLAB: Question dialog with multiple answer buttons

dialoginputMATLABquestdlg

Hi,
i'm working on a program, which recognizes household activities through the state (on/off) of household appliances.
My problem: if the system identifies the wrong activity, the user should be able to choose the right one. This means i need a dialog box, that gives me the possibility to display all available activities and let him choose the right one. I've tried 'questdlg', but apparently it has a limit on how many input arguments it can handle – at the moment i have 11 activities, which should be displayed.
Does anyone have an idea what i could use?
Cheers, Mathias

Best Answer

Nevermind, solved it with the 'listdlg' function.
Related Question