代码搜索:MathWorks
找到约 4,523 项符合「MathWorks」的源代码
代码结果 4,523
www.eeworm.com/read/464335/7165202
m bizcard.m
function bizcard
% BIZCARD Future version of The MathWorks business card.
% Click anywhere on the card.
clf reset
shg
set(gcf,'name','The MathWorks Business Card', ...
'menu','none','num
www.eeworm.com/read/456193/7355007
m isvarname.m
function t = isvarname(s)
%ISVARNAME True for valid variable name.
% ISVARNAME(S) is true if S is a valid MATLAB variable name.
% A valid variable name is a character string of letters, digits
www.eeworm.com/read/451385/7466235
m bizcard.m
function bizcard
% BIZCARD Future version of The MathWorks business card.
% Click anywhere on the card.
clf reset
shg
set(gcf,'name','The MathWorks Business Card', ...
'menu','none','num
www.eeworm.com/read/446736/7567367
txt readme.txt
1)请到网址http://www.mathworks.com/products/demos上下载各类系统的示例程序或者模型。
2)请到网址http://www.mathworks.com/products/demos/blocksetdemos.shtml下载关于Bluetooth的最新Simulink模型。
3)请到网址http://www.mathworks.com/products/de
www.eeworm.com/read/441228/7673751
txt sga__suspension what'snew.txt
Re-wrapped the simulation for the 2 in 1 out FLC ,
which,
1) Std 2 in 1 out Fuzzy Controller ,
2) 1/4 semi-active suspension
'SGA__FLC_suspension ' is a Fuzzy Logic Control simulation for
1
www.eeworm.com/read/439271/7713240
m grpbnds.m
function bds = grpbnds(bd1,bd2,bd3,bd4,bd5,bd6,bd7,bd8,bd9)
% GRPBNDS Group QFT bounds.
% GRPBNDS(BD1,BD2,...,BD9) creates a single bound matrix containing
% all the passed bounds.
www.eeworm.com/read/299178/7881131
m iscellstr.m
function tf = iscellstr(s)
%ISCELLSTR True for cell array of strings.
% ISCELLSTR(S) returns 1 if S is a cell array of strings and 0
% otherwise. A cell array of strings is a cell array where
www.eeworm.com/read/299178/7881134
m planerot.m
function [G,x] = planerot(x)
%PLANEROT Givens plane rotation.
% [G,Y] = PLANEROT(X), where X is a 2-component column vector,
% returns a 2-by-2 orthogonal matrix G so that Y = G*X has Y(2) = 0.
www.eeworm.com/read/299178/7881226
m blanks.m
function b = blanks(n)
%BLANKS String of blanks.
% BLANKS(n) is a string of n blanks.
% Use with DISP, eg. DISP(['xxx' BLANKS(20) 'yyy']).
% DISP(BLANKS(n)') moves the cursor down n lines.