代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/361001/10069703
readme
This directory contains the MATLAB interface to CSDP. There are three
MATLAB functions:
csdp Solve a problem in SeDuMi format.
writesdpa Takes a problem in SeDuMi format an
www.eeworm.com/read/360995/10070120
m roc_hull.m
function out = roc_hull(r)
%ROC_HULL Convex hull of an ROC curve
%
% OUT = ROCHULL(R)
%
% Computes the convex hull of ROC curve R. It just returns the operating
% points on the hull, and the res
www.eeworm.com/read/360770/10079162
m contents.m
% NLIB: A Numerical Methods Toolbox
% Version 1.0 28-March-1999
%-----------------------------------------------------------------------
% This folder contains the Matlab M-file functions that mak
www.eeworm.com/read/359724/10127751
m amp102.m
%MATLAB PROGRAM 1-2
num=1;
den=[1 -3 2];
ts=0.5;
sys=tf(num,den,ts)
www.eeworm.com/read/164099/10129301
m c5ex4.m
% MATLAB solution of the inverse Laplace transform
% for Example 5-4
%
X = sym('(s+8)/(s^2+6*s+13)');
x = ilaplace(X);
pretty(X)
pretty(x)
www.eeworm.com/read/164099/10129341
readme
README
This directory contains the script files used to develop all of the MATLAB
applications that are part of the in-chapter examples for
R. E. Ziemer, W. H. Tranter a
www.eeworm.com/read/163929/10139487
txt readme.txt
Higher-Order Spectral Analysis (HOSA) Toolbox.
Version 2.0.3 (R12 compliant) 27 Dec 2000
There are three steps to installing the HOSA toolbox.
(a) Download the SETUP.EXE file to your ma
www.eeworm.com/read/163197/10171509
m example5_11.m
%MATLAB PROGRAM example5_11.m
%
A=[1 -2 2;3 -7 -5;-6 -11 4];
B=[1;0;1];
C=[2 1 1];D=0;
[num,den]=ss2tf(A,B,C,D)
www.eeworm.com/read/358694/10181729
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/358640/10183109
borland readme.borland
BORLAND ENG-MAT OPTIONS FILES
The Borland compiler requires you to specify whether an application is a
console application or a Windows application. MATLAB engine applications that
run under Win