How to use Bitxor for Double Numbers

I have two matrix of double numbers [0.5,0.789,....].and I want to use bitxor for these numbers.how can I do this? my all number is between 0,1 .and I want to save true form of my numbers and my result of using bitxor should be between 0,1.is it possible ?

 採用された回答

Iain
Iain 2013 年 7 月 19 日

0 投票

typecast(bitxor(typecast(0.3243,'uint64'),typecast(0.12325,'uint64')),'double')

その他の回答 (0 件)

カテゴリ

タグ

質問済み:

2013 年 7 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by