how xor is used between two no.? or which command ?
Show older comments
LL=mod(176+233,256) xor (142);
Accepted Answer
More Answers (1)
xor(mod(176+233,256),142)
Is this what you are looking for? Is so,a quick MATLAB documentation search would have sufficed instead of taking the pain to post question here.
Categories
Find more on Object Analysis 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!