代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/13871/284353
c rectintsparseloopc.c
/* This is based on
http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_external/ch04cr12.shtml
See rectintSparse.m for the matlab version of this code.
*/
#include /* Need
www.eeworm.com/read/15781/539730
asv ss_dc_motor_load.asv
% By Roger Aarenstrup, roger.aarenstrup@mathworks.com
% 2006-08-18
%
% This is a state-space DC motor model of a
% Maxon RE25 10 Watt, precious metal brushes, 118743
%
% This model also have a weak c
www.eeworm.com/read/15781/539741
m ss_dc_motor_load.m
% By Roger Aarenstrup, roger.aarenstrup@mathworks.com
% 2006-08-18
%
% This is a state-space DC motor model of a
% Maxon RE25 10 Watt, precious metal brushes, 118743
%
% This model also have a weak c
www.eeworm.com/read/480270/1319648
m isnif.m
function f=isnif(s)
%ISNIF True of input is name of a net input function.
% Mark Beale, 11-31-97
% Copyright 1992-2002 The MathWorks, Inc.
% $Revision: 1.7 $
f = 1;
if ~isa(s,'char') | ~an
www.eeworm.com/read/480270/1319660
m isposint.m
function f=isposint(v)
%ISPOSINT True for positive integer values.
% Mark Beale, 11-31-97
% Copyright 1992-2002 The MathWorks, Inc.
% $Revision: 1.7 $
f = 1;
if ~isa(v,'double') | any(size
www.eeworm.com/read/480270/1319663
m boolstr.m
function s=boolstr(b)
%BOOLSTR Create string summary of a boolean matrix.
% Mark Beale, 11-31-97
% Copyright 1992-2002 The MathWorks, Inc.
% $Revision: 1.7 $
if prod(size(b)) > 12
s = sp
www.eeworm.com/read/458948/1576228
xlate
% Copyright 2001-2003 The MathWorks, Inc.
% $Revision: 1.2.4.2 $
(set)堷悢偺晄揔摉側悢!
(set)踢凼呙
www.eeworm.com/read/451459/1661099
eps nongridcol1.eps
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: D:\MatlabCompiler4\Mfiles\CurveFitting\NonGridCol1.eps
%%CreationDate: 08/22/2004 16:43:36
%%DocumentNeededFonts: Helvetica
www.eeworm.com/read/213916/4910187
m figmenus.m
function outd = figmenus(d)
% Set up sliceomatic's gui menus within structure D
% Copyright 2000, 2001, 2002, 2003, 2004, 2005 The MathWorks Inc
%%% 2/18/05 RAB part in 3 parts %%%
% Main Figure M
www.eeworm.com/read/304358/3799790
m unshsca.m
function[xx] = unshsca(x,l,u,DS);
%UNSHSCA Unshift and unscale
%
% xx = UNSHSCA(x,l,u,DS); vector x is shifted and scaled to yield xx.
% Copyright (c) 1990-98 by The MathWorks, Inc.
% $Rev