代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/466518/7026182
m slblocks.m
function blkStruct = slblocks
%SLBLOCKS Defines the block library for a specific Toolbox or Blockset.
% Copyright 1996-2001 The MathWorks, Inc.
% $Revision: 1.10 $
blkStruct.Name = 'WCDMA Librar
www.eeworm.com/read/442433/7652031
mk dds.mk
# Copyright 1994-2005 The MathWorks, Inc.
#
# File : accel_lcc.tmf $Revision: 1.19.4.13.2.1 $
#
# Abstract:
# Accelerator template makefile for building a PC-based,
# RTW generated me
www.eeworm.com/read/139048/13191410
c engwindemo.c
/* engwindemo.c
* This is a simple program that illustrates how to call the MATLAB
* Engine functions from a C program for windows
* Copyright (c) 1996-1998 by The MathWorks, Inc.
* All Rights
www.eeworm.com/read/139008/13195385
c engwindemo.c
/* engwindemo.c
* This is a simple program that illustrates how to call the MATLAB
* Engine functions from a C program for windows
* Copyright (c) 1996-1998 by The MathWorks, Inc.
* All Rights
www.eeworm.com/read/310212/13654564
m fdellip.m
function varargout = fdellip(varargin)
%fdellip Elliptic Module for filtdes.
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.7 $
% Change this global
www.eeworm.com/read/310212/13654692
m fdbutter.m
function varargout = fdbutter(varargin)
%fdbutter Butterworth Module for filtdes.
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.7 $
% Change this gl
www.eeworm.com/read/310212/13654789
m pickfcn.m
function pickfcn(action,varargin)
%PICKFCN Handle callbacks for the current line selection.
% Assumes signal browser is the current figure.
% Copyright (c) 1988-98 by The MathWorks, Inc.
%
www.eeworm.com/read/310212/13654846
m sptexport.m
function varargout = sptexport(varargin)
%SPTEXPORT Export Dialog box for SPTool.
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.8 $
if nargin == 0 | ~isstr(varargin{1})
www.eeworm.com/read/310212/13654870
m fvinit.m
function varargout = fvinit(varargin)
%FVINIT Initialize filter viewer.
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.31 $
save_shh = get(0,'showhiddenhandles');
www.eeworm.com/read/305226/13776283
m rrdesign.m
%% Designing for Reliability and Robustness
% by Stuart Kozola
%
% Code used in Jan 2008 Digest Article of same title.
%
%