flxor.m
上传用户:loeagle
上传日期:2013-03-02
资源大小:1236k
文件大小:0k
源码类别:

通讯编程文档

开发平台:

Matlab

  1. function z = flxor(x,y)
  2. %FLXOR Perform integer exclusive OR (XOR) computation.
  3. %
  4. %WARNING: This is an obsolete function and may be removed in the future.
  5. %         Please use BITXOR instead.
  6. %   FLXOR(X,Y) returns bit-wise exclusive OR computation
  7. %   between the two integers X and Y.
  8. %
  9. %   See also GFPLUS. BITXOR
  10. %   Copyright 1996-2001 The MathWorks, Inc.
  11. %   $Revision: 1.12 $