Struct contents reference from a non-struct array object.

조회 수: 2 (최근 30일)
Ahmet Gürbüz
Ahmet Gürbüz 2017년 11월 16일
댓글: Ahmet Gürbüz 2017년 11월 17일
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
Walter Roberson
Walter Roberson 2017년 11월 17일
It is recommended that you use fullfile() instead of those concatenations of strings.
Ahmet Gürbüz
Ahmet Gürbüz 2017년 11월 17일
Okey rcFiles a struct ı am solution the problem Thank you for your interest...... I solved the problem

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Structures에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by