Info

This question is closed. Reopen it to edit or answer.

Error Message " to get a image from one folder "

3 views (last 30 days)
Pantech Trichy
Pantech Trichy on 11 Jan 2018
Closed: MATLAB Answer Bot on 20 Aug 2021
??? Error using ==> cd
Too many input arguments.
Error in ==> main at 3
cd test images

Answers (1)

Walter Roberson
Walter Roberson on 11 Jan 2018
cd 'test images'
Or
cd('test images')

This question is closed.

Tags

Community Treasure Hunt

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

Start Hunting!