how to write PID function in .m file
Mostra commenti meno recenti
i need a pid function in my m file. could anyone please write the function.
2 Commenti
Hero
il 18 Mar 2016
I do have same question
PUJARI MURAGA
il 1 Dic 2016
You are having state space model. Suppose I have differential equations then is it possible to do without converting them in state space/laplace ?
Risposta accettata
Più risposte (2)
Krishnendu Mukherjee
il 14 Mag 2012
0 voti
a way is there : suppose ur tf is (1/a+s) which is to be fed to a pid controler. then the overall tf will be: (Kp+Ki/S+Kd.S).(i/S+a)/(1+(Kp+Ki/S+Kd.S).(i/S+a)). now if you want to give step input then : num=[............] den=[............] tf=num/den ster(tf) so you have to transfer the PID and the tf to a overall transfer function.
1 Commento
sujan
il 17 Mag 2012
Daniel
il 24 Ott 2014
0 voti
Please where's the demo? I'm also trying to write a matlab function for pid using the user-defined function block
3 Commenti
Arkadiy Turevskiy
il 27 Ott 2014
html link added back
Suyog
il 11 Mag 2023
How to write pid function in m file
Categorie
Scopri di più su PID Controller Tuning in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!