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!