代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/418304/10955226
m fm_block.m
function fm_block
% FM_BLOCK change the mask properties of the current
% selected Simulink block
%
%see also FM_LIB, FM_SIM, FM_SIMDATA, FM_SIMSETT
%
%Author: Federico Milano
%Date: 1
www.eeworm.com/read/418304/10955320
m subsasgn.m
function a = subsasgn(a,index,val)
switch index(1).type
case '.'
switch index(1).subs
case 'con'
if length(index) == 2
a.con(index(2).subs{:}) = val;
else
a.con = val;
e
www.eeworm.com/read/418304/10955470
m subsasgn.m
function a = subsasgn(a,index,val)
switch index(1).type
case '.'
switch index(1).subs
case 'con'
if length(index) == 2
a.con(index(2).subs{:}) = val;
else
a.con = val;
e
www.eeworm.com/read/418304/10955698
m subsasgn.m
function a = subsasgn(a,index,val)
switch index(1).type
case '.'
switch index(1).subs
case 'con'
if length(index) == 2
a.con(index(2).subs{:}) = val;
else
a.con = val;
e
www.eeworm.com/read/271760/10982091
m pid_chr_tune.m
function [Kp,Ti,Td,key,lb]=pid_chr_tune(key1,key2,vars)
key=0; Kp=[]; Ti=[]; Td=[]; lb=[];
K=vars(1); L=vars(2); T=vars(3);id=vars(4);
switch key1
case 1
switch key2
www.eeworm.com/read/271760/10982115
m pid_cl_tune.m
function [Kp,Ti,Td,key,lb]=pid_cl_tune(key1,key2,vars)
key=0; Kp=[]; Ti=[]; Td=[]; lb=[];
K=vars(1); L=vars(2); T=vars(3);id=vars(4);
switch key1
case 1
switch key2
cas
www.eeworm.com/read/271760/10982142
m pid_ah_tune.m
function [Kp,Ti,Td,key,lb]=pid_ah_tune(key1,key2,vars)
key=0; Kp=[]; Ti=[]; Td=[]; lb=[];
K=vars(1); L=vars(2); T=vars(3);id=vars(4);
switch key1
case 1
switch key2
case
www.eeworm.com/read/271760/10982199
m pid_sh_tune.m
function [Kp,Ti,Td,key,lb]=pid_sh_tune(G,key1,key2,vars)
key=0; Kp=[]; Ti=[]; Td=[]; lb=[];
K=vars(1); L=vars(2); T=vars(3);id=vars(4);
switch key1
case 1
switch key2
c
www.eeworm.com/read/271760/10982224
m pid_pe_tune.m
function [Kp,Ti,Td,key,lb]=pid_pe_tune(G,key1,key2,vars)
key=0; Kp=[]; Ti=[]; Td=[]; lb=[];
K=vars(1); L=vars(2); T=vars(3); id=vars(4);
[Gm,Pm,Wcg,Wcp]=margin(G);
Ku=1/abs(Gm);
Tu=2*3.1416/Wcg;
www.eeworm.com/read/271760/10982231
m pid_ml_tune.m
function [Kp,Ti,Td,key,lb]=pid_ml_tune(key1,key2,vars)
key=0; Kp=[]; Ti=[]; Td=[]; lb=[];
K=vars(1); L=vars(2); T=vars(3);id=vars(4);
switch key1
case 1
switch key2
ca