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

 Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 14 de Feb. de 2014

1 voto

d=uigetdir
cd(d);

4 comentarios

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Quadcopters and Drones en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 14 de Feb. de 2014

Comentada:

el 14 de Feb. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by