Clear Filters
Clear Filters

loop question for listdlg

2 views (last 30 days)
Andy
Andy on 3 Oct 2011
for aaa = 1:3
cd(rootdir)
d = dir;
str = {d.name};
[s,v] = listdlg('PromptString','Select a file:',...
'SelectionMode','multiple',...
'ListString',str)
matlabdir= get(handles.edit1, 'string')
cd(matlabdir)
end
this is what i have, but for some reason, it does not loop

Accepted Answer

Andy
Andy on 3 Oct 2011
never mind, i figured out what i did wrong

More Answers (0)

Categories

Find more on Loops and Conditional Statements 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!