Filter löschen
Filter löschen

Struct contents reference from a non-struct array object.

3 Ansichten (letzte 30 Tage)
Ahmet Gürbüz
Ahmet Gürbüz am 16 Nov. 2017
Kommentiert: Ahmet Gürbüz am 17 Nov. 2017
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 Kommentare
Walter Roberson
Walter Roberson am 17 Nov. 2017
It is recommended that you use fullfile() instead of those concatenations of strings.
Ahmet Gürbüz
Ahmet Gürbüz am 17 Nov. 2017
Okey rcFiles a struct ı am solution the problem Thank you for your interest...... I solved the problem

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Structures finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by