Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Cell contents reference from a non-cell array object. error in loop
8 ビュー (過去 30 日間)
古いコメントを表示
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
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!