photo

Rabia Nazli


2017년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


how to apply setxor single value of cell array with whole cell array values?
My cell array is binary, it contain values like a=['10100011' '11000111' 00010111' 11100011 ']; I want to apply xor oper...

거의 7년 전 | 답변 수: 2 | 0

2

답변

질문


cell array of 16x16 binary form, pick one value and xor operation with the picked value and whole cell array
I am trying this but its not working Xor = cellfun(bitxor, X(1:end-1), X(2:end), 'UniformOutput', false) I also used simple ...

거의 7년 전 | 답변 수: 0 | 0

0

답변

2

답변