Feeds
回答済み
Extract matrices of a particular size
I tried z=cellfun(@(x) length(x),new_cell); %displays the lengths of the matrices of the cell pos=find(z==16);...
Extract matrices of a particular size
I tried z=cellfun(@(x) length(x),new_cell); %displays the lengths of the matrices of the cell pos=find(z==16);...
11年弱 前 | 0
質問
Extract matrices of a particular size
Suppose there a cell containing matrices of different sizes. How can I extract all the (1x16) matrices in the same order which w...
11年弱 前 | 3 件の回答 | 0
3
回答質問
search for a code in a cell
I want to find whether code [1 1 -1 -1] is present in a cell C in which C{1}=[1 1 1 1],C{2}=[1 1 -1 -1],C{3}=[1 -1 1 -1],C{4}=[1...
11年弱 前 | 1 件の回答 | 0
