代码搜索:Mathworks
找到约 4,523 项符合「Mathworks」的源代码
代码结果 4,523
www.eeworm.com/read/334076/12643185
m custor.m
function y=custor(x)
%CUSTOR Customized OR functions for CUSTTIP.FIS.
% This function is really just PROBOR in disguise.
% Copyright (c) 1994-98 by The MathWorks, Inc.
% $Revision: 1.3 $
www.eeworm.com/read/334076/12643355
m custagg.m
function y=custagg(x)
%CUSTAGG Customized aggregation function for CUSTTIP
%
% Copyright (c) 1994-98 by The MathWorks, Inc.
% $Revision: 1.3 $
y=(sum(x)/2).^0.5;
www.eeworm.com/read/334076/12643438
m custdfuz.m
function y=custdfuz(x,mf)
%CUSTDFUZ Customized defuzzification function for CUSTTIP.FIS
% Copyright (c) 1994-98 by The MathWorks, Inc.
% $Revision: 1.3 $
y=defuzz(x,mf,'centroid')/2;
www.eeworm.com/read/205035/15329029
m iscor.m
function t = iscor(R)
%ISCOV Is a matrix a correlation matrix?
% T = ISCOV(R) returns a logical value indicating whether or not the
% matrix R is a valid correlation matrix, i.e., whether it is
www.eeworm.com/read/202680/15375879
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','numbertitl
www.eeworm.com/read/200131/15440405
m exm110423_1.m
cd c:\ WINDOWS\Applic~1\MathWorks\MATLAB\R12 %将此目录设为当前工作目录
%打印文本文件mccstartup的内容
type C:\WINDOWS\Applic~1\MathWorks\MATLAB\R12\mccstartup
!copy mccstartup h:\mywork\temp %将mccstartup转移到临时目录下
!
www.eeworm.com/read/101557/15826512
m ss2ss.m
function [at,bt,ct,dt] = ss2ss(a,b,c,d,t)
%SS2SS Similarity transform.
% [At,Bt,Ct,Dt] = SS2SS(A,B,C,D,T) performs the similarity
% transform z = Tx. The resulting state space system is:
%
% .
www.eeworm.com/read/101557/15826766
m vdpm.m
function [sys, x0] = vdpm(t,x,u,flag)
% VDPM Vanderpol equation as an M-file.
% Copyright (c) 1990-94 by The MathWorks, Inc.
if nargin~=4
if nargin==0
flag = 0;
else
e
www.eeworm.com/read/101557/15826779
m limintm.m
function [sys,x0]=limintm(t,x,u,flag, lb, ub, xi)
%LIMINTM Limited integrator implementation.
% Copyright (c) 1990-94 by The MathWorks, Inc.
if abs(flag) == 1
if (x = ub
www.eeworm.com/read/101557/15827099
m comempty.m
function out = comempty(vaa, handle, default);
% Copyright (c) 1995-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 17:53:00 $
if isempty(vaa)
out = default;