How can I replace?

1 view (last 30 days)
Francesco
Francesco on 14 Feb 2014
Commented: Azzi Abdelmalek on 14 Feb 2014
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

Azzi Abdelmalek
Azzi Abdelmalek on 14 Feb 2014
d=uigetdir
cd(d);
  4 Comments
Francesco
Francesco on 14 Feb 2014
On the top of the selected dialog box, is there a possibility to insert some words?
Azzi Abdelmalek
Azzi Abdelmalek on 14 Feb 2014
d=uigetdir([],'Yes you can')

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!