Unable to connect G and two weighing function by sysic command

2 vues (au cours des 30 derniers jours)
Shoaib Salim
Shoaib Salim le 26 Août 2020
Modifié(e) : Shoaib Salim le 26 Août 2020
Hey Everyone. My question is that my Transfer fucntion matrix size is 6 outputs and 3 inputs. Wp=minreal(ss(tf([0.5 0.05],[1 1e-6])*eye(2))); Wi=minreal(ss(tf([1 0.2],[0.5 1])*eye(2)));
Please help me in applying sysic command. Code is below. systemnames='G Wp Wi'; % defines the models used
inputvar='[udelta(3);w(3);u(3)]'; % defines the sizes and names of the input % signals
outputvar='[Wi;Wp;-G-w]'; % defines the names of the output signals
input_to_G='[u+udelta]'; % defines the signals fed to the process model (G)
input_to_Wp='[G+w]'; % defines the signals fed to the performance weighting % model
input_to_Wi='[u]'; % defines the signals fed to the input uncertainty % weighting model
sysoutname='P'; % defines the resulting model name cleanupsysic='yes'; % toggles whether the above variables are cleared after sysic;

Réponses (0)

Catégories

En savoir plus sur Linear Model Identification dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by