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 日

1 投票

d=uigetdir
cd(d);

4 件のコメント

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

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeQuadcopters and Drones についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by