How to correct this problem?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi,
I'm new in MATLAB. I downloaded a face recognition matlab source code from this site. When I run this code, this error massage is shown.
Error using cd
Cannot CD to s1 (Name is nonexistent or not
a directory).
Error in load_database (line 9)
cd(strcat('s',num2str(i)));
How to solve it?
댓글 수: 0
답변 (1개)
dpb
2014년 5월 9일
Fixup the directory structure to match that of the downloaded app or change the directory string apparently stored in s1 to match your location as needed.
댓글 수: 3
dpb
2018년 11월 18일
The solution is given above -- we can't tell you what to type, we can't see your terminal from here to know what is the expected directory structure nor what yours is, instead.
Image Analyst
2018년 11월 18일
The folder simply does not exist. The solution / fix is given here: in the FAQ
참고 항목
카테고리
Help Center 및 File Exchange에서 Downloads에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!