flxor.m

来自「现代社会发展要求通信系统功能越来越强」· M 代码 · 共 15 行

M
15
字号
function z = flxor(x,y)
%FLXOR Perform integer exclusive OR (XOR) computation.
%
%WARNING: This is an obsolete function and may be removed in the future.
%         Please use BITXOR instead.

%   FLXOR(X,Y) returns bit-wise exclusive OR computation
%   between the two integers X and Y.
%
%   See also GFPLUS. BITXOR

%   Copyright 1996-2001 The MathWorks, Inc.
%   $Revision: 1.12 $

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?