📄 enorm.m
字号:
function f=enorm_constr(e,x,y,Mp,w,ps,ms,qs,order,input_delay,pds,qds)
% Complementary sensitivity function for the MIMO system
% Xwc_ub_w Xwc_lb_w are the upper and lower bound tables
% with a structure Xwc_ub_w{i,j}= matrix of many rows of [magnitude w x]
% global Xwc_ub_w Xwc_lb_w
if iscell(e)
e=e{1};
end
f=norm(e);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -