vlpvhinf.m

来自「线性时变系统控制器设计的工具包」· M 代码 · 共 15 行

M
15
字号
function [vhinf,vfreq] = vlpvhinf(vlpv);% [vhinf,vfreq] = vlpvhinf(vlpv);%% Calculates H_inf norms for 1 or more LTI systems % (or evaluations of an LPV system).  %% Input:   vlpv 	 A varying array of systems matrices% Outputs: vhinf         H_inf norms in a varying matrix%          vfreq	 Frequencies where the peaks occurdisp('Use lpvhinf.m instead');[vhinf,vfreq] = lpvhinf(vlpv);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?