필터 지우기
필터 지우기

How to use Bitxor for Double Numbers

조회 수: 1 (최근 30일)
sa za
sa za 2013년 7월 19일
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일
typecast(bitxor(typecast(0.3243,'uint64'),typecast(0.12325,'uint64')),'double')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Just for fun에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by