How can I replace this line of code:
cd 'C:\Users\Francesco\Desktop\Prova';
with another one that allow me to select manually the directoru

 Accepted Answer

d=uigetdir
cd(d);

4 Comments

Francesco
Francesco on 14 Feb 2014
Is there possible to insert an infestation?
What do you mean?
Francesco
Francesco on 14 Feb 2014
On the top of the selected dialog box, is there a possibility to insert some words?
d=uigetdir([],'Yes you can')

Sign in to comment.

More Answers (0)

Categories

Tags

Community Treasure Hunt

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

Start Hunting!