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
