代码搜索:Mathworks
找到约 4,523 项符合「Mathworks」的源代码
代码结果 4,523
www.eeworm.com/read/168111/9939398
m readme.m
% This set of functions were developed to supplement the book
% Mastering MATLAB by Duane Hanselman and Bruce Littlefield
% (Prentice Hall, 1996)
%
% Mastering MATLAB Toolbox Readme File
%
% by: Du
www.eeworm.com/read/167116/9980501
m ncmlogo.m
% NCMLOGO
% L-shaped membrane on the cover of the print
% version of Numerical Computing with MATLAB.
% Activate the cameratoolbar and move the camera.
% Set up the figure window
clf
shg
set(gcf,'co
www.eeworm.com/read/164099/10129341
readme
README
This directory contains the script files used to develop all of the MATLAB
applications that are part of the in-chapter examples for
R. E. Ziemer, W. H. Tranter a
www.eeworm.com/read/359005/10171795
m anfsedit.m
% anfisedit 偼丄ANFIS 僀儞僞僼僃乕僗傪嶌惉偟傑偡丅
%
% Copyright 1994-2002 The MathWorks, Inc.
www.eeworm.com/read/159596/10637397
m readme.m
% This set of functions were developed to supplement the book
% Mastering MATLAB by Duane Hanselman and Bruce Littlefield
% (Prentice Hall, 1996)
%
% Mastering MATLAB Toolbox Readme File
%
% by: Du
www.eeworm.com/read/349909/10784589
m readme.m
% This set of functions were developed to supplement the book
% Mastering MATLAB by Duane Hanselman and Bruce Littlefield
% (Prentice Hall, 1996)
%
% Mastering MATLAB Toolbox Readme File
%
% by: Du
www.eeworm.com/read/274773/10853185
m readme.m
% This set of functions were developed to supplement the book
% Mastering MATLAB by Duane Hanselman and Bruce Littlefield
% (Prentice Hall, 1996)
%
% Mastering MATLAB Toolbox Readme File
%
% by: Du
www.eeworm.com/read/418443/10945304
m animatedgif.m
%% How to make an animated GIF
% This example animates the vibration of a membrane, captures a series of
% screen shots, and saves the animation as a GIF image file.
%%
%
www.eeworm.com/read/272527/10953975
m readme.m
% This set of functions were developed to supplement the book
% Mastering MATLAB by Duane Hanselman and Bruce Littlefield
% (Prentice Hall, 1996)
%
% Mastering MATLAB Toolbox Readme File
%
% by: Du
www.eeworm.com/read/271693/10983732
m linspace.m
function y = linspace(d1, d2, n)
% DESCRIPTION y = linspace(d1, d2, n)
% Fixes of mathworks mistakes of not handling complex
% or equal end points.
% INPUT
% d1 -- start point
% d2 -- end point
%