Azzera filtri
Azzera filtri

Struct contents reference from a non-struct array object.

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

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Structures in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by