代码搜索:MATLAB

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

代码结果 10,000
www.eeworm.com/read/307390/13723457

txt readme_ncutclustering.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Normalized Cut Clustering Code % % % % Timothee Cour (UPENN), Stella Yu
www.eeworm.com/read/306835/13737080

dat bookinfo.dat

[General Information] 书名=MATLAB基础与编程入门 作者= 页数=265 SS号=11212368 出版日期=
www.eeworm.com/read/305575/13765347

m jgraph_quirks.m

function[]=jgraph_quirks %JGRAPH_QUIRKS Solutions to some common Matlab graphics quirks. % % How do I make tick-marks disappear after a call to CONTOURF or PCOLOR? % Matlab strangely places th
www.eeworm.com/read/305390/13772276

m gauss.m

function quad=gauss(f,a,b,A,W) %Input - f is the integrand % - a and b upper and lower limits of integration % - A is the 1 x N vector of abscissas from Table 7.9 %
www.eeworm.com/read/305390/13772279

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
www.eeworm.com/read/305390/13772281

m trisys.m

function X=trisys (A,D,C,B) %Input - A is the sub diagonal of the coefficient matrix % - D is the main diagonal of the coefficient matrix % - C is the super diagonal of the c
www.eeworm.com/read/305390/13772299

m difflim.m

function [L,n]=difflim(f,x,toler) %Input - f is the function % - x is the differentiation point % - toler is the desired tolerance %Output - L=[H' D' E']: H is the vector
www.eeworm.com/read/305390/13772306

m finedif.m

function U = finedif(f,g,a,b,c,n,m) %Input - f=u(x,0) % - g=ut(x,0) % - a and b right endpoints of [0,a] and [0,b] % - c the constant in the wave equation %
www.eeworm.com/read/305390/13772310

m lagran.m

function [C,L]=lagran(X,Y) %Input - X is a vector that contains a list of abscissas % - Y is a vector that contains a list of ordinates %Output - C is a matrix that contains the coeffic
www.eeworm.com/read/305390/13772316

m simprl.m

function s=simprl(f,a,b,M) %Input - f is the integrand % - a and b are upper and lower limits of integration % - M is the number of subintervals %Output - s is the simps