代码搜索:MATLAB LMD

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

代码结果 10,000
www.eeworm.com/read/195374/8160260

dat bookinfo.dat

[General Information] 书名=MATLAB信号处理详解 作者= 页数=348 SS号=10466032 出版日期=
www.eeworm.com/read/294886/8195640

readme

Thursday, October 26, 1995 README for Neural Network Design Demonstrations The book "Neural Network Design" is accompanied by 58 demonstrations which can be run from within MATLAB. References
www.eeworm.com/read/394381/8228021

m randn.m

%R=randn(m,n) 生成标准正态分布的m行n列随机矩阵 %RANDN Normally distributed random numbers. % RANDN(N) is an N-by-N matrix with random entries, chosen from % a normal distribution with mean zero and variance
www.eeworm.com/read/193277/8241763

htm installation.htm

YALMIP Installation
www.eeworm.com/read/294203/8246533

txt read_me.txt

Quaternion toolbox for Matlab - installation instructions --------------------------------------------------------- To install this toolbox: 1. Unzip the distribution file and move the directory/fol
www.eeworm.com/read/294203/8246627

m plus.m

function q = plus(l, r) % + Plus. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/294203/8246638

m transpose.m

function t = transpose(a) % .' Transpose. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/294203/8246682

m minus.m

function q = minus(l, r) % - Minus. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/294203/8246780

m power.m

function Z = power(X, Y) % .^ Array power. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/294203/8246869

m ne.m

function r = ne(a, b) % ~= Not equal. % (Quaternion overloading of standard Matlab function.) % Copyright