代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/370814/9584118
readme
Matlab Support Vector Machine Toolbox
-------------------------------------
Author: Steve Gunn
This toolbox was designed as a teaching aid, which matlab is
particularly good for since source code is
www.eeworm.com/read/370634/9589723
install
In order to install this distribution of Rice Wavelet Tools version 2.4
released -
1. Properly set up your system to create MEX-files. Please refer to the
"Matlab Application Program
www.eeworm.com/read/172821/9688089
dat bookinfo.dat
[General Information]
书名=matlab信号处理详解
作者=
页数=348
SS号=0
出版日期=
www.eeworm.com/read/172473/9706195
m linsht.m
function L=linsht(F1,F2,a,b,alpha,beta,M)
%Input - F1 and F2 are the systems of first-order equations
% representing the I.V.P.'s (9) and (10), respectively;
% input as strings '
www.eeworm.com/read/172473/9706207
m tpcoeff.m
function [A,B]=tpcoeff(X,Y,M)
%Input - X is a vector of equally spaced abscisssas in [-pi, pi]
% - Y is a vector of ordinates
% - M is the degree of the trigomometric polynomial
%O
www.eeworm.com/read/172473/9706249
m heun.m
function H=heun(f,a,b,ya,M)
%Input - f is the function entered as a string 'f'
% - a and b are the left and right endpoints
% - ya is the initial condition y(a)
% - M is the nu
www.eeworm.com/read/172473/9706291
m romber.m
function [R,quad,err,h]=romber(f,a,b,n,tol)
%Input - f is the integrand input as a string 'f'
% - a and b are upper and lower limits of integration
% - n is the maximum number of rows in
www.eeworm.com/read/172473/9706317
m uptrbk.m
function X = uptrbk(A,B)
%Input - A is an N x N nonsingular matrix
% - B is an N x 1 matrix
%Output - X is an N x 1 matrix containing the solution to AX=B.
% NUMERICAL METHODS: Matlab Program
www.eeworm.com/read/172473/9706323
m rk4.m
function R=rk4(f,a,b,ya,M)
%Input - f is the function entered as a string 'f'
% - a and b are the left and right endpoints
% - ya is the initial condition y(a)
% - M is the
www.eeworm.com/read/367444/9747734
readme
Matlab Support Vector Machine Toolbox
-------------------------------------
Author: Steve Gunn
This toolbox was designed as a teaching aid, which matlab is
particularly good for since source code is