代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/427909/8913495
m rgb2graykpm.m
function g = rgb2grayKPM(rgb)
% function g = rgb2grayKPM(rgb)
% rgb2grayKPM Like the built-in function, but if r is already gray, does not cause an error
[nr nc ncolors] = size(rgb);
if ncolors
www.eeworm.com/read/374229/9415286
m chou.m
function [ret,x0,str,ts,xts]=chou(t,x,u,flag);
%CHOU is the M-file description of the SIMULINK system named CHOU.
% The block-diagram can be displayed by typing: CHOU.
%
% SYS=CHOU(T,X,U,FLAG) ret
www.eeworm.com/read/177981/9425001
m midenmdl.m
function [ret,x0,str,ts,xts]=midenmdl(t,x,u,flag);
%MIDENMDL is the M-file description of the SIMULINK system named MIDENMDL.
% The block-diagram can be displayed by typing: MIDENMDL.
%
% SYS=MIDE
www.eeworm.com/read/373250/9467564
m rgb2graykpm.m
function g = rgb2grayKPM(rgb)
% function g = rgb2grayKPM(rgb)
% rgb2grayKPM Like the built-in function, but if r is already gray, does not cause an error
[nr nc ncolors] = size(rgb);
if ncolors
www.eeworm.com/read/164272/10120159
m midenmdl.m
function [ret,x0,str,ts,xts]=midenmdl(t,x,u,flag);
%MIDENMDL is the M-file description of the SIMULINK system named MIDENMDL.
% The block-diagram can be displayed by typing: MIDENMDL.
%
% SYS=MIDE
www.eeworm.com/read/164099/10129308
m c2ex20.m
function [ret,x0,str,ts,xts]=c2ex22(t,x,u,flag);
%C2EX22 is the M-file description of the SIMULINK system named C2EX22.
% The block-diagram can be displayed by typing: C2EX22.
%
% SYS=C2EX22(T,X,U,FLA
www.eeworm.com/read/164099/10129330
m c2ex19.m
function [ret,x0,str,ts,xts]=ex2_20(t,x,u,flag);
%EX2_20 is the M-file description of the SIMULINK system named EX2_20.
% The block-diagram can be displayed by typing: c2ex19.
%
% SYS=EX2_20(T,X,U,FLA
www.eeworm.com/read/425546/10348813
m rgb2graykpm.m
function g = rgb2grayKPM(rgb)
% function g = rgb2grayKPM(rgb)
% rgb2grayKPM Like the built-in function, but if r is already gray, does not cause an error
[nr nc ncolors] = size(rgb);
if ncolors
www.eeworm.com/read/161301/10427952
m spm1.m
function [ret,x0,str,ts,xts]=spm1(t,x,u,flag);
%SPM1 is the M-file description of the SIMULINK system named SPM1.
% The block-diagram can be displayed by typing: SPM1.
%
% SYS=SPM1(T,X,U,FLAG) ret
www.eeworm.com/read/161098/10451539
m ex0711.m
%EX0711 用MATLAB命令创建二阶系统模型并获得模型属性
new_system('Ex0711model') %创建逻辑模型
open_system('Ex0711model') %打开模型
save_system('Ex0711model','Ex0711_1') %保存模型文件
add_block('built-in/Step','Ex0711_1/Step',