who can perform xor or bitxor between to matrix , one generated from lorenz system sequence , and the other generated from gray scale image like , x = 0.1000 0.1890 0.2709 0.3489 0.4256 0.5034 0.5840 0.6694 0.7611 and y =
Show older comments
who can perform xor or bitxor between to matrix , one generated from lorenz system sequence , and the other generated from gray scale image like ,
x = 0.1000 0.1890 0.2709
0.3489 0.4256 0.5034
0.5840 0.6694 0.7611
and
y = 127 78 34
7 33 6
13 155 245
thank you
Answers (1)
Walter Roberson
on 5 Sep 2016
0 votes
No-one. xor is not defined between floating point values and integer values.
2 Comments
Walter Roberson
on 5 Sep 2016
Those values need to be multiplied by 2^55 to all become integers.
Categories
Find more on Image Filtering and Enhancement in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!