Struct contents reference from a non-struct array object.
이전 댓글 표시
for t=1:length(rcFiles)
filename=strcat('C:\MATLAB\R2017a\bin\dataset\',rcFiles(t).name);
b=gorsel(filename,t);
end
Struct contents reference from a non-struct array object.
댓글 수: 4
Ahmet Gürbüz
2017년 11월 16일
편집: Walter Roberson
2017년 11월 17일
Rik
2017년 11월 17일
The only place I see a struct content reference is in the first line inside the loop. Are you sure rcFiles is indeed a struct?
Walter Roberson
2017년 11월 17일
It is recommended that you use fullfile() instead of those concatenations of strings.
Ahmet Gürbüz
2017년 11월 17일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!