How to draw simulink for differential equation

1 次查看(过去 30 天)
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 个评论
Raj
Raj 2019-9-13
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?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 PID Controller Tuning 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by