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

 Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 14 Feb 2014

1 voto

d=uigetdir
cd(d);

4 Commenti

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

Accedi per commentare.

Più risposte (0)

Categorie

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by