Error Message " to get a image from one folder "
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
??? Error using ==> cd
Too many input arguments.
Error in ==> main at 3
cd test images
댓글 수: 0
답변 (1개)
Walter Roberson
2018년 1월 11일
cd 'test images'
Or
cd('test images')
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!