Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How can I fix this problem

1 visualizzazione (ultimi 30 giorni)
Mira le
Mira le il 11 Nov 2019
Chiuso: MATLAB Answer Bot il 20 Ago 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 Commenti
Walter Roberson
Walter Roberson il 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 il 11 Nov 2019
How can I fix it then

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by