代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/310212/13654998
m mean2.m
function y = mean2(x)
%MEAN2 Compute mean of matrix elements.
% B = MEAN2(A) computes the mean of the values in A.
%
% Class Support
% -------------
% A is an array of class uint8 or dou
www.eeworm.com/read/306131/13751998
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/305226/13776305
txt readme.txt
Designing for Reliability and Robustness - Digest Article - January 2008
The files contained in this zip file are from the January 2008 digest article.
http://http://www.mathworks.com/company/news
www.eeworm.com/read/156871/6324024
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/257423/6356492
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/480814/6661978
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/480430/6664061
txt readme.txt
Introduction to the Companion MATLAB Codes
For use with the book "Feedback systems analysis and design with
MATLAB", by Professor Dingyu Xue, Tsinghua University Press 2000
(Chinese ve
www.eeworm.com/read/480430/6664266
txt readme.txt
Introduction to the Companion MATLAB Codes
For use with the book "Feedback systems analysis and design with
MATLAB", by Professor Dingyu Xue, Tsinghua University Press 2000
(Chinese ve
www.eeworm.com/read/478348/6715183
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/406910/11432824
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
%