How to draw simulink for differential equation
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
germanbrain common
el 12 de Sept. de 2019
Comentada: germanbrain common
el 13 de Sept. de 2019
this is pid eqaution
num = [Kd , Kp , Ki];
den = [(1+Kp) , (1+kp) , Ki];
a = tf(num,den)
i want to give input ofr kp,ki,kd in commamd prompt window
3 comentarios
Raj
el 13 de Sept. de 2019
Your question title and description are not related at all. What exactly are you looking for? You want to implement the transfer function in Simulink and give values of kp,ki,kd from command prompt window?
Respuestas (0)
Ver también
Categorías
Más información sobre PID Controller Tuning en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!