Info

This question is closed. Reopen it to edit or answer.

How can I fix this problem

1 view (last 30 days)
Mira le
Mira le on 11 Nov 2019
Closed: MATLAB Answer Bot on 20 Aug 2021
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 Comments
Walter Roberson
Walter Roberson on 11 Nov 2019
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 on 11 Nov 2019
How can I fix it then

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!