Error Message " to get a image from one folder "
Info
This question is closed. Reopen it to edit or answer.
Show older comments
??? Error using ==> cd
Too many input arguments.
Error in ==> main at 3
cd test images
Answers (1)
Walter Roberson
on 11 Jan 2018
cd 'test images'
Or
cd('test images')
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!