Clear Filters
Clear Filters

Struct contents reference from a non-struct array object.

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

Sign in to comment.

Answers (0)

Categories

Find more on Structures in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!