以下のコードを実行すると、次のエラーが発生しました。
Cell contents reference from a non-cell array object.
folder
1つまたは複数のフォルダを取ることができます
for x=1:numel(folder)
y{x} = fullfile(folder{x},'Status.xml');
getFile = fileread(char(y{x}));
content{x} = strtok(getFile ,';');
end
>>whos folder
Name Size Bytes Class Attributes
folder 1x1 941 struct
>> numel(folder)
ans=
1