代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/294203/8246771
m uplus.m
function u = uplus(a)
% + Unary plus.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246776
m mtimes.m
function q = mtimes(l, r)
% * Matrix multiply.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246831
m sum.m
function t = sum(a, dim)
% SUM Sum of elements.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246855
m exp.m
function Y = exp(X)
% EXP Exponential
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246904
m uminus.m
function u = uminus(a)
% - Unary minus.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246978
m sign.m
function Y = sign(X)
% SIGN Signum function
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/393436/8287391
txt read_me.txt
The following files provide a Matlab based demonstration of the
GP classifier for multiple classes as detailed in the paper
Girolami, M., Rogers, S.,
Variational Bayesian Multinomial Probit Regr
www.eeworm.com/read/393202/8304937
m a_b_mul.m
%此程序是为了观察Matlab自己的矩阵相乘的时间复杂度而设计的
clear,clc
n=2:500;
for i=2:500
A=rand(n(i-1));
B=rand(n(i-1));
tic,C=A*B;T(i-1)=toc;
end
p1=polyfit(n,T,3);
n2=1:1:530;
T2=polyval(p1,n2);
plot
www.eeworm.com/read/292921/8323349
m dcodcbg.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/292921/8323378
m qd.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP