代码搜索:Mathworks

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

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

m custor.m

function y=custor(x) %CUSTOR Customized OR functions for CUSTTIP.FIS. % This function is really just PROBOR in disguise. % Copyright 1994-2002 The MathWorks, Inc. % $Revision: 1.8 $
www.eeworm.com/read/162753/10275969

m logo2.m

%LOGO Plot the L-shaped membrane logo with MATLAB 5 lighting. % Copyright (c) 1984-98 by The MathWorks, Inc. % $Revision: 5.12 $ $Date: 1998/09/29 16:15:48 $ if exist('GalleryGUIFlag'),
www.eeworm.com/read/425793/10322536

m angles.m

function p = angles(h) %ANGLE Phase angle. % ANGLE(H) returns the phase angles, in radians, of a matrix with % complex elements. % % See also ABS, UNWRAP. % Copyright 1984-2000 The
www.eeworm.com/read/425417/10357869

txt matlab vector guid代码矢量化指南.txt

发信人: coolor (2003之春倒计时), 信区: MathTools 标 题: (译)MATLAB代码矢量化指南 发信站: BBS 水木清华站 (Tue Nov 12 00:43:16 2002), 站内 本文节译自http://www.mathworks.com/support/tech-notes/ 1100/1109.shtml Reviso
www.eeworm.com/read/353770/10418409

mht face detection in matlab.mht

From: Subject: MATLAB Central File Exchange - Face Detection in Matlab Date: Sun, 27 Jan 2008 21:05:35 +0800 MIME-Version: 1.0 Content-Type: multipart/related;
www.eeworm.com/read/161256/10432486

m exm110423_1.m

cd c:\ WINDOWS\Applic~1\MathWorks\MATLAB\R12 %将此目录设为当前工作目录 %打印文本文件mccstartup的内容 type C:\WINDOWS\Applic~1\MathWorks\MATLAB\R12\mccstartup !copy mccstartup h:\mywork\temp %将mccstartup转移到临时目录下 !
www.eeworm.com/read/424063/10499819

m ss2ss.m

function [at,bt,ct,dt] = ss2ss(a,b,c,d,t) %SS2SS Similarity transform. % [At,Bt,Ct,Dt] = SS2SS(A,B,C,D,T) performs the similarity % transform z = Tx. The resulting state space system is: % % .
www.eeworm.com/read/424063/10501058

m vdpm.m

function [sys, x0] = vdpm(t,x,u,flag) % VDPM Vanderpol equation as an M-file. % Copyright (c) 1990-94 by The MathWorks, Inc. if nargin~=4 if nargin==0 flag = 0; else e
www.eeworm.com/read/424063/10501129

m limintm.m

function [sys,x0]=limintm(t,x,u,flag, lb, ub, xi) %LIMINTM Limited integrator implementation. % Copyright (c) 1990-94 by The MathWorks, Inc. if abs(flag) == 1 if (x = ub
www.eeworm.com/read/424063/10502402

m comempty.m

function out = comempty(vaa, handle, default); % Copyright (c) 1995-96 by The MathWorks, Inc. % $Revision: 1.1 $ $Date: 1996/04/01 17:53:00 $ if isempty(vaa) out = default;