lpv_init_run.m

来自「我自己编写的飞行器控制系统设计代码」· M 代码 · 共 20 行

M
20
字号
%main program of the analysis and synthesis of parmeter dependent 
%lpv controller for Logitudinal dynamic controller of UAV flight
%demonstrator

%generating varying system matrices
LPV_Model_matching;
vparm=viv;
%input/ouput of 2Dof structure

nmeas=3 % number of measure
nctrl=2 % number of control

%calcuate the basis functin 
[fparm,gparm,gradf,gradg]=calcbasis(vparm)
vnu=[-10 10];
[gam,xmat,ymat,xyopt] = lpvsol(vlpv,nmeas,nctrl,vnu,fparm,gparm,gradf,gradg);



⌨️ 快捷键说明

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