フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How can I fix this problem

1 回表示 (過去 30 日間)
Mira le
Mira le 2019 年 11 月 11 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 件のコメント
Walter Roberson
Walter Roberson 2019 年 11 月 11 日
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 2019 年 11 月 11 日
How can I fix it then

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by