includeSubFolders name value pair argument
조회 수: 4 (최근 30일)
이전 댓글 표시
when i included the includesubfolders it returns this error idk what it means. If somebody can help me. Thank you 

myfolder = 'C:\address path of the folder im calling ';
dataDir = fullfile(myfolder);
imdir = fullfile (dataDir,'rgb');
imds = imageDatastore(imdir, "IncludeSubfolders","LabelSource","foldernames");
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!