代码搜索:Mathworks

找到约 4,523 项符合「Mathworks」的源代码

代码结果 4,523
www.eeworm.com/read/359005/10172251

html noisedm.html

www.eeworm.com/read/359005/10172263

m custimp.m

function y=custimp(x1,x2) %CUSTIMP Customized implication function for CUSTTIP.FIS. % OUT = CUSTIMP(IN1,IN2) calculates the implication output. % The implication operator must be able to suppor
www.eeworm.com/read/424063/10499597

m obsv.m

function ob = obsv(a,c) %OBSV Form observability matrix. % OBSV(A,C) returns the observability matrix. % Ob = [C; CA; CA^2 ...] % % See also: OBSVF. % Copyright (c) 1986-93 by the MathWorks, I
www.eeworm.com/read/424063/10499847

m ctrb.m

function co = ctrb(a,b) %CTRB Form controllability matrix. % CTRB(A,B) returns the controllability matrix % Co = [B AB A^2B ...] % % See also: CTRBF. % Copyright (c) 1986-93 by the MathWorks,
www.eeworm.com/read/424063/10500857

m linedir.m

function direct = linedir(layout); %LINEDIR finds the direction of a line segment % layout = [x1,y1; x2.y2;...] % direct = 0>, 1v, 2
www.eeworm.com/read/424063/10500983

m readme.m

% README file for the SIMULINK 1.3a Toolbox % 19-July-94 % % For description of the new features in Simulink 1.3b see the Simulink % Release Notes. % Copyright (c) 1990-94 by The MathWorks, In
www.eeworm.com/read/424063/10502548

m closebut.m

function closebut(fh) %CLOSEBUT close all figures and SIMULINK blocks diagrams except the figure % with the given handle fh. This function is specially useful in the % uitools in contro
www.eeworm.com/read/424063/10502806

m isprime.m

function isp = isprime(X) %ISPRIME True for prime numbers. % ISPRIME(X) is 1 for the elements of X which are prime, 0 otherwise. % % See also PRIMES. % Wes Wang 10/10/95 %
www.eeworm.com/read/352668/10527198

m rands.m

function [w,b] = rands(s,r) %RANDS Symmetric random generator. % % [W,B] = RANDS(S,R) % S - Number of rows (neurons). % R - Number of columns (inputs). % Returns % W - SxR (weight) matri
www.eeworm.com/read/352274/10568907

m watchon.m

function figNumber=watchon; %WATCHON Sets the current figure pointer to the watch. % figNumber=WATCHON will set the current figure's pointer % to a watch. % % See also WATCHOFF. % Ned Gulley,