代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/407093/11429504
readme
This directory contains the following Matlab script files,
which can be invoked in Matlab:
superlu.m Supernodal LU factorization
lusolve.m Solve linear systems by supernodal LU fac
www.eeworm.com/read/406594/11439333
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/400576/11573562
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/348468/11592944
txt readme.txt
CONTENTS:
-------------------------------------------------------------------------
ann.mdl - adaptive neural network library
anndemo.mdl - demo file
contents.m - info file for the Matlab
www.eeworm.com/read/158297/11627084
txt readme.txt
This directory contains the MATLAB code for the book:
Introduction to Cryptography with Coding Theory, by Wade Trappe and Lawrence
C. Washington.
The code is contained in many separate files (u
www.eeworm.com/read/158241/11630677
m ex0101.m
%MATLAB命令窗口的字符和数值的不同颜色显示
a=12.5
b='Hello'
if a>0 c=5 ,end
www.eeworm.com/read/156868/11759473
m readme.m
%===========================================================================
% Matlab Convolution GUI (by Jordan Rosenthal)
%=========================================================================
www.eeworm.com/read/345957/11777687
txt 说明.txt
matlab7.1环境,把当前文件夹指定为matlab工作目录
simulate.m为主控程序
其余为被调函数
www.eeworm.com/read/345954/11777738
txt 说明.txt
matlab7.1环境,把当前文件夹指定为matlab工作目录
simulate.m为主控程序
其余为被调函数
www.eeworm.com/read/343762/11928652
m durlev.m
function [MX,res,arg3] = durlev(AutoCov);
% function [AR,RC,PE] = durlev(ACF);
% function [MX,PE] = durlev(ACF);
% estimates AR(p) model parameter by solving the
% Yule-Walker with the Durbin-Levins