How can I replace?

1 次查看(过去 30 天)
Francesco
Francesco 2014-2-14
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

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2014-2-14
d=uigetdir
cd(d);
  4 个评论
Francesco
Francesco 2014-2-14
On the top of the selected dialog box, is there a possibility to insert some words?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by