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)
Mostrar comentarios más antiguos
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
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.
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!