PID controller for m file
Afficher commentaires plus anciens
Hi
I have system (NOT transfer function) that gives vector numbers. Also, I have specific desire output. I would like to add PID controller as a control to reduce the error between the desire and output based on specific variable (d). Can you please help me with this situation
For example,
A=[0 3 12.5 12.8 11.8 12.3 11.9 12]; % practical data
d=1; % variable
OUT=A*d; % output
Vdesire=12; % desire output
5 commentaires
Mathieu NOE
le 10 Déc 2024
hello
does A somehow represent a step input response ?
mohammed hussein
le 10 Déc 2024
Mathieu NOE
le 10 Déc 2024
I don't understand your data
systems are either given by models , FRFs , or time models (impulse or step response)
mohammed hussein
le 10 Déc 2024
Mathieu NOE
le 11 Déc 2024
sorry, it's still unclear for me
where does this data come from , and how it has been genrated and collected , and if it's a system output what was the corresponding input ?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Control System Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

