필터 지우기
필터 지우기

How can I replace?

조회 수: 1 (최근 30일)
Francesco
Francesco 2014년 2월 14일
댓글: Azzi Abdelmalek 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?
Azzi Abdelmalek
Azzi Abdelmalek 2014년 2월 14일
d=uigetdir([],'Yes you can')

댓글을 달려면 로그인하십시오.

추가 답변 (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