代码搜索:MathWorks

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

代码结果 4,523
www.eeworm.com/read/337307/12377670

m randperm.m

function p = randperm(n); %P=randperm(n) 生成1,2…,n的一个随机排列 % %RANDPERM Random permutation. % RANDPERM(n) is a random permutation of the integers from 1 to n. % For example, RANDPERM(6) might be
www.eeworm.com/read/230508/14283648

h extutil.h

/* $Revision: 1.6 $ */ #ifndef __EXTUTIL__ #define __EXTUTIL__ /* * Copyright 1994-2001 The MathWorks, Inc. * * File : extutil.h * Abstract: * Utilities such as assert. */ /*
www.eeworm.com/read/157701/5604720

xlate

% Copyright 2003 The MathWorks, Inc. % $Revision: 1.1.6.5 $ $Date: 2004/08/27 15:15:32 $ (mxltool.GUIbutton)宿倌
www.eeworm.com/read/394381/8227553

m inv.m

%求逆矩阵 %用法 B=inv(A) 其中A为数值或符号方阵,B返回A的逆 %例如 % inv([1 2;3 4]) %数值 % syms a b c d;inv([[a,b;c,d]) %符号 % %INV Matrix inverse. % INV(X) is the inverse of the square
www.eeworm.com/read/394381/8227956

m randperm.m

function p = randperm(n); %P=randperm(n) 生成1,2…,n的一个随机排列 % %RANDPERM Random permutation. % RANDPERM(n) is a random permutation of the integers from 1 to n. % For example, RANDPERM(6) might be
www.eeworm.com/read/393862/8258113

m logo.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/393859/8258175

m logo.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/368517/9691231

cs assemblyinfo.cs

using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of att
www.eeworm.com/read/414357/11119308

m nncentxt.m

function h = nncentxt(s) % NNCENTXT Neural Network Design utility function. % NNCENTXT(S) % S - String. % Displays string S in current axis, and returns handle. % Copyright 1994-2002
www.eeworm.com/read/411382/11247741

readme

-------------------- Notes on routines -------------------- These M-files are User Contributed Routines which are being redistributed by The MathWorks, upon request, on an "as is" basis. A User Cont