代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/159418/10651107
h f2000_31o.h
/*
* Filter Design and Analysis Tool - Generated Filter Coefficients - C Source
* Generated by MATLAB - Signal Processing Toolbox
*/
/* General type conversion for MATLAB generated C-code */
www.eeworm.com/read/159277/10673773
m svmlspex01.m
%SVMLSPex01.m
%
%Two Dimension Linear-SVM Problem, Two Class and Separable Situation
%
%Method from Christopher J. C. Burges:
%"A Tutorial on Support Vector Machines for Pattern Recognition", pag
www.eeworm.com/read/421949/10676516
txt readme.txt
% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac
% (c) Czech Technical University Prague, http://cmp.felk.cvut.cz
% Written Vojtech Franc (diploma thesis) 26.02.2000
% Modifi
www.eeworm.com/read/421921/10679658
txt 目录.txt
目录
译者序
前言
第1章 <mark>MATLAB</mark>是什么 1
1.1 <mark>MATLAB</mark>能做什么 1
1.2 <mark>MATLAB</mark>实例 1
1.3 <mark>MATLAB</mark>帮助 10
第2章 <mark>MATLAB</mark>启动 11
2.1 启动和退出<mark>MATLAB</mark> 11
2.2 <mark>MATLAB</mark>中矩阵和多维矩阵介绍 12
2.3 <mark>MATLAB</mark>中的变量 16
2.4 算术表达式和数学函数 19
2 ...
www.eeworm.com/read/276944/10692904
m dijkstra.m
function D = dijkstra( G , S )
% --------------------------------------------------------------------
% Mark Steyvers, Stanford University, 12/19/00
% -----------------------------------------
www.eeworm.com/read/159014/10701732
readme
Jitterbug 1.2 - A Matlab toolbox for real-time control performance analysis
===========================================================================
(C) Copyright 2004 by Bo Lincoln and Anton Cervi
www.eeworm.com/read/158996/10703993
txt 层次分析法程序.txt
'层次分析法的matlab程序'
disp('请输入判断矩阵A(n阶)');
A=input('A=');
[n,n]=size(A);
x=ones(n,100);
y=ones(n,100);
m=zeros(1,100);
m(1)=max(x(:,1));
y(:,1)=x(:,1);
x(:,2)=A*y(:,1);
m(2)=max(x(:,2));
y(:
www.eeworm.com/read/350857/10705569
m exa110701_pwelch.m
%-------------------------------------------------------------------------
% exa1100701_pwelch.m, for example 11.7.1 and fig. 11.5.1(d)
% to estimate the PSD of x(n) by Welch average;
%------------
www.eeworm.com/read/350857/10705694
m exa090804_svd.m
%-----------------------------------------------------------------------
% exa090804_svd.m, for example 9.8.4
% to test svd.m;
% 在MATLAB6.1 和 MATLAB5.3下运行该程序,所得到的 U,V矩阵稍有不同,
% 但奇异值是一样的
%---------
www.eeworm.com/read/421516/10733048
txt readme.txt
This CD-ROM contains the MATLAB and SIMULINK files for the
exercises in Chapter 2 and for almost all the projects in
Chapter 3 to 10 of the book:
DYNAMIC SIMULATION OF ELECTRIC MACHINERY by Che