Info

此问题已关闭。 请重新打开它进行编辑或回答。

How can I fix this problem

1 次查看(过去 30 天)
Mira le
Mira le 2019-11-11
关闭: MATLAB Answer Bot 2021-8-20
U=[];
for a=1:numel(TI(1).Si) % Universe
% U = [U TI(1).Si{a}];
end
U = unique(U,'first');
Cell contents reference from a non-cell array object.
  4 个评论
Walter Roberson
Walter Roberson 2019-11-11
T(1).Si is an array but not a cell array, somehow. Something you did in storing data to it made it not a cell.
Mira le
Mira le 2019-11-11
How can I fix it then

回答(0 个)

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by