Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How can I fix this problem

1 Ansicht (letzte 30 Tage)
Mira le
Mira le am 11 Nov. 2019
Geschlossen: MATLAB Answer Bot am 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 Kommentare
Walter Roberson
Walter Roberson am 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 am 11 Nov. 2019
How can I fix it then

Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by