代码搜索:Mathworks

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

代码结果 4,523
www.eeworm.com/read/460712/7105647

m qsym2def.m

function [pp,pn]=qsym2def(P) % QSYM2DEF [pp,pn] = qsym2def(P) % factorizes a symmetric matrix: P= pp*pp' - pn*pn' % Author: Pepijn Wortelboer % 8/31/93 % Copyright (c) 1995-98 by The MathWorks
www.eeworm.com/read/439271/7713177

m qsym2def.m

function [pp,pn]=qsym2def(P) % QSYM2DEF [pp,pn] = qsym2def(P) % factorizes a symmetric matrix: P= pp*pp' - pn*pn' % Author: Pepijn Wortelboer % 8/31/93 % Copyright (c) 1995-98 by The MathWorks
www.eeworm.com/read/456224/6278803

eps ch2_ex1.eps

%!PS-Adobe-2.0 EPSF-1.2 %%Creator: MATLAB, The Mathworks, Inc. %%Title: D:\Opt_BK_matlabfiles\Ch2\ch2_ex1.eps %%CreationDate: 04/15/99 14:37:23 %%DocumentNeededFonts: Helvetica %%+ Times-Bold %
www.eeworm.com/read/338523/12296551

m appcs2.m

%APPCS2 Feedback linearization. % Mark Beale, 12-15-93 % Copyright 1992-2000 The MathWorks, Inc. % $Revision: 1.14 $ $Date: 2000/06/15 04:22:43 $ echo off clf; figure(gcf) deg2rad = pi/1
www.eeworm.com/read/338523/12301101

asv appcs2.asv

%APPCS2 Feedback linearization. % Mark Beale, 12-15-93 % Copyright 1992-2000 The MathWorks, Inc. % $Revision: 1.14 $ $Date: 2000/06/15 04:22:43 $ echo off clf; figure(gcf) deg2rad = pi/1
www.eeworm.com/read/232571/14192769

h libmwsglm.h

/* * MATLAB Compiler: 2.1a1 * Date: Mon Jun 19 16:38:50 2000 * Copyright (c) 1984-2000 The MathWorks, Inc. */ #ifndef MLF_V2 #define MLF_V2 1 #endif #ifndef __libmwsglm_h #define __li
www.eeworm.com/read/365521/2896791

m readftp.m

tmw=ftp('ftp.mathworks.com'); %连接FTP server cd(tmw,'pub'); % 切换到pub路径下,需要有tmw参数 cd(tmw,'pentium'); % 从pub路径切换到pentium目录 dir(tmw) ; % 列出pentium目录下内容 mge
www.eeworm.com/read/300309/13920849

eps l1.eps

%!PS-Adobe-3.0 EPSF-3.0 %%Creator: MATLAB, The Mathworks, Inc. %%Title: E:\学习资料\论文\码书设计\HTPDS\VC8_512\l1.eps %%CreationDate: 09/27/2007 12:51:40 %%DocumentNeededFonts: Helvetica %%DocumentProces
www.eeworm.com/read/390840/8438055

m nnd18sn.m

function nnd18sn(cmd,arg1,arg2,arg3) %NND18SN Shunting network demonstration. % $Revision: 1.6 $ % Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc. % First Version, 8-31-95.
www.eeworm.com/read/390840/8438100

m nnd18li.m

function nnd18li(cmd,arg1,arg2,arg3) %NND18LI Leaky integrator demonstration. % $Revision: 1.6 $ % Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc. % First Version, 8-31-95.