Borrar filtros
Borrar filtros

How can I replace?

1 visualización (últimos 30 días)
Francesco
Francesco el 14 de Feb. de 2014
Comentada: Azzi Abdelmalek el 14 de Feb. de 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

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 14 de Feb. de 2014
d=uigetdir
cd(d);
  4 comentarios
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 Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by