代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
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
www.eeworm.com/read/331439/12828906
m repmat.m
function b = repmat(a, m, n)
% REPMAT Replicate and tile an array.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828910
m size.m
function [r, c] = size(q, dim)
% SIZE Size of matrix.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828962
m cosh.m
function Y = cosh(X)
% COSH Hyperbolic cosine.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828965
m char.m
function str = char(q)
% CHAR Create character array (string).
% (Quaternion overloading of standard Matlab function.)
% Note: the Matlab char function converts arrays of numeric values into
% charac