代码搜索:mimo matlab
找到约 10,000 项符合「mimo matlab」的源代码
代码结果 10,000
www.eeworm.com/read/331439/12828594
m sinh.m
function Y = sinh(X)
% SINH Hyperbolic Sine.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828621
m atanh.m
function Y = atanh(X)
% ATANH Inverse hyperbolic tangent.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828627
m norm.m
function n = norm(A, p)
% NORM Matrix or vector norm.
% (Quaternion overloading of standard Matlab function, with some limitations.)
% Copyright
www.eeworm.com/read/331439/12828632
m svd.m
function [U,S,V] = svd(X, econ)
% SVD Singular value decomposition.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828656
m abs.m
function a = abs(q)
% ABS Absolute value, or modulus, of a quaternion.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828664
m tanh.m
function Y = tanh(X)
% TANH Hyperbolic tangent.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828668
m uint8.m
function d = uint8(q)
% UINT8 Convert to unsigned 8-bit integer (obsolete).
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828671
m int32.m
function d = int32(q)
% INT32 Convert to signed 32-bit integer (obsolete).
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828675
m display.m
function display(q)
% DISPLAY Display array.
% (Quaternion overloading of standard Matlab function.)
% Copyright
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