代码搜索:MathWorks

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

代码结果 4,523
www.eeworm.com/read/444531/1732182

c ext_serial_pkt.c

/* * Copyright 1994-2003 The MathWorks, Inc. * * File: ext_serial_pkt.c $Revision: 1.1.6.4 $ * * Abstract: * The External Mode Serial Packet is a container object for the serial data * to
www.eeworm.com/read/444531/1732183

h ext_serial_port.h

/* * Copyright 1994-2003 The MathWorks, Inc. * * File: ext_serial_port.h $Revision: 1.1.6.3 $ * * Abstract: * Function prototypes for the External Mode Serial Port object. */ #if
www.eeworm.com/read/425756/2003333

m setpointer.m

function setpointer(fig, ptr) % Set the pointer on the current figure to PTR % has several specialized SOM (SliceOMatic) pointers % Copyright 2000, 2001, 2002, 2003, 2004, 2005 The MathWorks Inc
www.eeworm.com/read/365521/2896805

java createplot.java

/* createplot.java * This file is used as an example for the MATLAB * Builder for Java Language product. * * Copyright 2001-2006 The MathWorks, Inc. */ /* Necessary package imports */ import com
www.eeworm.com/read/365521/2896842

h main_for_lib.h

/* Copyright 2005 The MathWorks, Inc. */ #ifndef _MAIN_H_ #define _MAIN_H_ typedef struct { int ac; const char** av; int err; } inputs; #endif
www.eeworm.com/read/472545/6869834

m eigen.m

%displays eigenfaces and the mean face if the database is not EMPTY %partially taken from the software karhunenloeve.m %Author:Alex Chirokov %Available at %http://www.mathworks.com/matlabcentral/f
www.eeworm.com/read/471742/6888609

m mmfsolve.m

function [xf,fval,exitflag,iters]=mmfsolve(varargin) % file downloaded from http://www.mathworks.com/matlabcentral/ % modified the double "&&" and "||" to "&" and "|" to run on earlier R12 % MMFSOL
www.eeworm.com/read/334076/12642704

c mat2cstr.c

/* Copyright (c) 1994-98 by The MathWorks, Inc. */ /* $Revision: 1.6 $ */ FIS *matlab2cStr(const mxArray *matlabmat) { mxArray *fispointer, *inputpointer, *mfpointer; char *buf;
www.eeworm.com/read/247527/12652597

m psguiimportproblem.m

function [selection, objective, X0, Aineq, Bineq, Aeq, Beq, LB, UB, model, randchoice] = psguiimportproblem() %PSGUIIMPORTPROBLEM GUI helper % Copyright 2004 The MathWorks, Inc. % $Revisio
www.eeworm.com/read/247527/12652664

m gaguireadproblem.m

function [fun,nvars,randstate,randnstate, err] = gaguiReadProblem(h) %private to psguirun, exportps2ws psguigeneratemfile % Copyright 2004 The MathWorks, Inc. % $Revision: 1.3 $ $Date: 2004