how to get selected values from a listdlg?

3 views (last 30 days)
I have selected these values using listdlg. listdlg returns only the indices of these values but not the values themselves. If I want to get the selected values (1316150110001,....) in a variable say "vars", how can this be done?

Accepted Answer

Titus Edelhofer
Titus Edelhofer on 18 Apr 2016
Hi Mohammad,
m(selection)
should do the trick ...
Titus

More Answers (0)

Categories

Find more on Data Types in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!