Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How can I fix this problem

1 visualización (últimos 30 días)
Mira le
Mira le el 11 de Nov. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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 comentarios
Walter Roberson
Walter Roberson el 11 de Nov. de 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 el 11 de Nov. de 2019
How can I fix it then

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by