代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/101557/15827233
m tstrscod.m
function [ret,x0,str,ts,xts]=tstrscod(t,x,u,flag);
%TSTRSCOD is the M-file description of the SIMULINK system named TSTRSCOD.
% The block-diagram can be displayed by typing: TSTRSCOD.
%
% SYS=TSTR
www.eeworm.com/read/101557/15827348
m compage3.m
function [ret,x0,str,ts,xts]=compage3(t,x,u,flag);
%COMPAGE3 is the M-file description of the SIMULINK system named COMPAGE3.
% The block-diagram can be displayed by typing: COMPAGE3.
%
% SYS=COMP
www.eeworm.com/read/389692/8507166
m fuzwizmask.m
function fuzwizmask(CB,varargin)
%FUZWIZMASK Initialization for FIS Wizard components.
%
% See also FUZBLOCK.
% Authors: P. Gahinet and R. Jang
% Copyright 1994-2004 The MathWorks, Inc.
www.eeworm.com/read/287843/8664787
m qamnrzmf.m
function [ret,x0,str,ts,xts]=qamnrzmf(t,x,u,flag);
%QAMNRZMF is the M-file description of the SIMULINK system named QAMNRZMF.
% The block-diagram can be displayed by typing: QAMNRZMF.
%
% SYS=QAMN
www.eeworm.com/read/287843/8664804
m qpsnrzmf.m
function [ret,x0,str,ts,xts]=qpsnrzmf(t,x,u,flag);
%QPSNRZMF is the M-file description of the SIMULINK system named QPSNRZMF.
% The block-diagram can be displayed by typing: QPSNRZMF.
%
% SYS=QPSN
www.eeworm.com/read/287843/8664852
m qamnrzbw.m
function [ret,x0,str,ts,xts]=qamnrzbw(t,x,u,flag);
%QAMNRZBW is the M-file description of the SIMULINK system named QAMNRZBW.
% The block-diagram can be displayed by typing: QAMNRZBW.
%
% SYS=QAMN
www.eeworm.com/read/287843/8664943
m asknrzmf.m
function [ret,x0,str,ts,xts]=asknrzmf(t,x,u,flag);
%ASKNRZMF is the M-file description of the SIMULINK system named ASKNRZMF.
% The block-diagram can be displayed by typing: ASKNRZMF.
%
% SYS=ASKN
www.eeworm.com/read/287843/8664994
m qpsnrzbw.m
function [ret,x0,str,ts,xts]=qpsnrzbw(t,x,u,flag);
%QPSNRZBW is the M-file description of the SIMULINK system named QPSNRZBW.
% The block-diagram can be displayed by typing: QPSNRZBW.
%
% SYS=QPSN
www.eeworm.com/read/287843/8665114
m asknrzbw.m
function [ret,x0,str,ts,xts]=asknrzbw(t,x,u,flag);
%ASKNRZBW is the M-file description of the SIMULINK system named ASKNRZBW.
% The block-diagram can be displayed by typing: ASKNRZBW.
%
% SYS=ASKN
www.eeworm.com/read/180494/9305160
m example5_32.m
function [ret,x0,str]=simdopi1(t,x,u,flag);
sys = mfilename;
new_system(sys)
simver(1.2)
if(0 == (nargin + nargout))
set_param(sys,'Location',[100,100,600,400])
open_system(sys)
end;