Found a potential bug in 'listdlg'?
Show older comments
When typing the following code:
[w,~] = listdlg('PromptString',{strcat(['Select a wing for ' ,...
'individual number ',num2str(indx)])},...
'SelectionMode','single','ListString',fn);
It doesn't show the words after 'individual'
I wonder why...
Thanks,
Ziv
Accepted Answer
More Answers (0)
Categories
Find more on Discrete Events and Mode Charts 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!