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 =

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)

No-one. xor is not defined between floating point values and integer values.

2 Comments

ahmed ali's "Answer" moved here:
so , i can multiply the value by 256 , covert result to binary ,and xor between matrix ,but the number of bits is different between two matrix , how can equal the bits between two matrix s ?
Those values need to be multiplied by 2^55 to all become integers.

Sign in to comment.

Tags

Asked:

on 5 Sep 2016

Commented:

on 5 Sep 2016

Community Treasure Hunt

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

Start Hunting!