代码搜索:matlab RFID
找到约 10,000 项符合「matlab RFID」的源代码
代码结果 10,000
www.eeworm.com/read/331439/12828835
m diag.m
function d = diag(v, k)
% DIAG Diagonal matrices and diagonals of a matrix.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828838
m int16.m
function d = int16(q)
% INT16 Convert to signed 16-bit integer (obsolete).
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828854
m int8.m
function d = int8(q)
% INT8 Convert to signed 8-bit integer (obsolete).
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828862
m reshape.m
function x = reshape(y)
% RESHAPE Change size.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828865
m atan.m
function Y = atan(X)
% ATAN Inverse tangent.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828868
m floor.m
function a = floor(q)
% FLOOR Round towards minus infinity.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828884
m rdivide.m
function r = rdivide(a, b)
% ./ Right array divide.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828887
m log.m
function Y = log(X)
% LOG Natural logarithm.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828892
m mean.m
function m = mean(X, dim)
% MEAN Average or mean value.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828897
m asin.m
function Y = asin(X)
% ASIN Inverse sine.
% (Quaternion overloading of standard Matlab function.)
% Copyright