代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/439271/7713330
m demos.m
function tbxStruct = demos
% DEMOS Return demo information to the Matlap Expo.
% Copyright (c) 1995-98 by The MathWorks, Inc.
% $Revision: 1.8 $ $Date: 1998/04/10 15:36:23 $
if nargout == 0, dem
www.eeworm.com/read/245461/12799092
eps fig5.eps
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: fig5.eps
%%CreationDate: 06/21/2004 16:45:04
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow
www.eeworm.com/read/245461/12799142
eps fig4.eps
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: fig4.eps
%%CreationDate: 06/21/2004 12:53:03
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow
www.eeworm.com/read/322595/13375753
m dvbt_table_gen.m
% DVB_TABLE_GEN Generate interleaver and modulator lookup tables for DVB demo
% Copyright 1996-2001 The MathWorks, Inc.
% $Revision: 1.3 $ $Date: 2001/04/05 04:33:06 $
clear all
clc
%%%%%%%%
www.eeworm.com/read/313956/13578118
m srcsicon.m
function [x,y] = srcsicon(fla)
% Copyright (c) 1996 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 19:40:34 $
% fla == 1 sin
% fla == 2 pulse
% fla == 3 noise
% fla
www.eeworm.com/read/313956/13578191
m commod.m
function commod(com_fig);
% COMMOD
%
%
% Copyright (c) 1995-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 17:53:50 $
if nargin < 1
return;
elseif ~(com_fig
www.eeworm.com/read/313956/13578198
m comsave.m
function comsave(com_fig)
%
% Copyright (c) 1995-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 17:54:49 $
handle = get(com_fig, 'UserData');
if ~isempty(handle)
www.eeworm.com/read/313956/13578206
m combtnd.m
function combtnd(bt_flag, frm_handle)
%
% Copyright (c) 1995-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 17:52:50 $
if nargin < 2
error('There must be two
www.eeworm.com/read/313956/13578303
m complot.m
function complot(com_fig)
% COMPLOT
% Copyright (c) 1995-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 17:54:13 $
handle = get(com_fig, 'UserData');
if ~isempty(
www.eeworm.com/read/310212/13654576
m delete.m
function delete(obj)
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.2 $
obj = struct(obj);
for i = 1:length(obj)
fig = get(obj(i).h,'parent');