Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Cell contents reference from a non-cell array object. error in loop
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
hi there, so i want to extract a 1*3 double from a cell array, but in the loop i get the error shown above, any help?
for i=1:length( c )
d=some_cell{i,1}{1,1};
end
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!