代码搜索:MATLAB LMD

找到约 10,000 项符合「MATLAB LMD」的源代码

代码结果 10,000
www.eeworm.com/read/331439/12828678

m isinf.m

function tf = isinf(A) % ISINF True for infinite elements. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828682

m sqrt.m

function Y = sqrt(X) % SQRT Square root. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828704

m length.m

function n = length(q) % LENGTH Length of vector. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828706

m isreal.m

function tf = isreal(A) % ISREAL True for real (quaternion) array. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828711

m asinh.m

function Y = asinh(X) % ASINH Inverse hyperbolic sine. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828724

m triu.m

function d = triu(v, k) % TRIU Extract upper triangular part. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828734

m acos.m

function Y = acos(X) % ACOS Inverse cosine. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828740

m round.m

function a = round(q) % ROUND Round towards nearest integer. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828743

m subsref.m

function b = subsref(a, ss) % SUBSREF Subscripted reference. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828756

m subsasgn.m

function r = subsasgn(a, ss, b) % SUBSASGN Subscripted assignment. % (Quaternion overloading of standard Matlab function.) % Copyright