代码搜索:MATLAB

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

代码结果 10,000
www.eeworm.com/read/166306/10024669

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/165360/10066272

html index.html

www.eeworm.com/read/165360/10066336

m htmlrep.m

%HTMLREP Substitute values for variable names in HTML document. % OUTSTRING = HTMLREP(INSTRUCT, INFILE) replaces all MATLAB % variables in INFILE, an HTML document, with corresponding % valu
www.eeworm.com/read/165360/10066341

m matweb.m

function matweb(instruct) %MATLAB Web Server matweb main entry point. % MATWEB(INSTRUCT) calls the main application M-file stored % in the mlmfile field of structure INSTRUCT and passes % th
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