how to remove this error please some one help me

조회 수: 2 (최근 30일)
mubashar saeed
mubashar saeed 2015년 9월 17일
답변: Walter Roberson 2015년 9월 17일
Error in load_database (line 9)
cd(strcat('att_faces',num2str(i)));

답변 (1개)

Walter Roberson
Walter Roberson 2015년 9월 17일
The code is expecting to be able to change directory to a subdirectory directly under the current one, with the subdirectory named att_faces followed by a number with no leading zeros. Either that directory is missing or else you started running the code from the wrong folder or else the code is forgetting to cd() back to the original directory before trying to cd() again.

카테고리

Help CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by