Info

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

Cell contents reference from a non-cell array object. error in loop

4 visualizzazioni (ultimi 30 giorni)
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
  2 Commenti
Rik
Rik il 25 Apr 2018
Apparently some_cell{i,1} does not contain a cell, or some_cell is not a cell itself. If you don't show some actual code, we won't be able to help you.
Payjay
Payjay il 25 Apr 2018
that was it, thanks a lot! mentioned it half an hour ago!

Risposte (0)

Questa domanda è chiusa.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by