フィルターのクリア

cell array of 16x16 binary form, pick one value and xor operation with the picked value and whole cell array

2 ビュー (過去 30 日間)
I am trying this but its not working Xor = cellfun(bitxor, X(1:end-1), X(2:end), 'UniformOutput', false) I also used simple bitxor operation but I cant apply xor to one value and full cell array My cell array is in form of 16x16 , I wnt to pick one value e.g first value like "'10001111' and xor it with whole 16x16 cell array, then again pick second value and xor it with whole cell array. then agin next value and so on , until I pick all 16x16th values and xor with whole cell array.
  2 件のコメント
Image Analyst
Image Analyst 2017 年 7 月 29 日
What is in just one of the 256 cells? An 8 element character array? Please save your cell array in a .mat file and attach it.
Rabia Nazli
Rabia Nazli 2017 年 7 月 29 日
here is my file , cell array values are saved in file.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by