Struct contents reference from a non-struct array object.

3 次查看(过去 30 天)
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