Borrar filtros
Borrar filtros

Struct contents reference from a non-struct array object.

3 visualizaciones (últimos 30 días)
Ahmet Gürbüz
Ahmet Gürbüz el 16 de Nov. de 2017
Comentada: Ahmet Gürbüz el 17 de Nov. de 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 comentarios
Walter Roberson
Walter Roberson el 17 de Nov. de 2017
It is recommended that you use fullfile() instead of those concatenations of strings.
Ahmet Gürbüz
Ahmet Gürbüz el 17 de Nov. de 2017
Okey rcFiles a struct ı am solution the problem Thank you for your interest...... I solved the problem

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Structures en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by