How can I replace?

1 visualizzazione (ultimi 30 giorni)
Francesco
Francesco il 14 Feb 2014
Commentato: Azzi Abdelmalek il 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

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by