hi guys i face a problem and i need ur help
i use matlab and i wanna create list dialog box but the command
[selection,ok]=listdlg('PromptString','Select your process','SelectionMode','Multiple','Name','List dialog Box','ListString',s) enables only one item to be shown in the dialog list and can be selected. i want more than one item to be shown and then can be selected. i tried the following code:
[selection1,selection2,selection3,ok]=listdlg('PromptString','Select your process','SelectionMode','multiple','Name','List dialog Box','ListString','start encryption','add user','delete user')
but i got an error message says
too many output arguments
so plz if anyone can help me with that problem
waiting 4 ur reply
thank u very much with my best regards