📄 vlpvhinf.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -