代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/352274/10567242
m anfltdsn.m
function slide=anfltdsn
% This is a slideshow file for use with playshow.m and makeshow.m
% To see it run, type 'playshow anfltdsn',
% Copyright (c) 1984-98 by The MathWorks, Inc.
if nargout
www.eeworm.com/read/352274/10568879
m anfltdsn.m
function slide=anfltdsn
% This is a slideshow file for use with playshow.m and makeshow.m
% To see it run, type 'playshow anfltdsn',
% Copyright (c) 1984-98 by The MathWorks, Inc.
if nargout
www.eeworm.com/read/466243/7041453
m program_3c.m
% Program_3c - The Mandelbrot Set in Color.
% Program supplied by Steve Lord from The MathWorks.
% Define parameters
Nmax = 50; scale = 0.005;
xmin = -2.4; xmax = 1.2;
ymin = -1.5; ymax
www.eeworm.com/read/440460/7689034
ps encoder.ps
%!PS-Adobe-2.0
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: MATLAB graph
%%CreationDate: 02/13/96 04:47:00
%%DocumentFonts: Times-Roman
%%DocumentNeededFonts: Times-Roman
%%DocumentProcessColors:
www.eeworm.com/read/143733/12848029
ps encoder.ps
%!PS-Adobe-2.0
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: MATLAB graph
%%CreationDate: 02/13/96 04:47:00
%%DocumentFonts: Times-Roman
%%DocumentNeededFonts: Times-Roman
%%DocumentProcessColors:
www.eeworm.com/read/239056/13304574
eps projectiledes.eps
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: projectiledes.eps
%%CreationDate: 10/14/2006 10:36:46
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magen
www.eeworm.com/read/323136/13349105
m adapteq_checkvars.m
function adapteq_checkvars;
% Check that variables exist for equalization demo (Part II script).
% Copyright 1996-2006 The MathWorks, Inc.
% $Revision: 1.1.4.2 $ $Date: 2006/06/23 19:24:50 $
www.eeworm.com/read/321263/13409873
m program_3c.m
% Program_3c - The Mandelbrot Set in Color.
% Program supplied by Steve Lord from The MathWorks.
% Define parameters
Nmax = 50; scale = 0.005;
xmin = -2.4; xmax = 1.2;
ymin = -1.5; ymax
www.eeworm.com/read/313956/13578202
m comwksp.m
function comwksp(op_flag, data);
% I/O workspace operation
% create a figure
% Wes Wang 1995 X-mas day
% Copyright (c) 1995-96 by The MathWorks, Inc.
% $Revision