Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

How can I fix this problem

1 vue (au cours des 30 derniers jours)
Mira le
Mira le le 11 Nov 2019
Clôturé : MATLAB Answer Bot le 20 Août 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 commentaires
Walter Roberson
Walter Roberson le 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 le 11 Nov 2019
How can I fix it then

Réponses (0)

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by