How to draw simulink for differential equation

1 回表示 (過去 30 日間)
germanbrain common
germanbrain common 2019 年 9 月 12 日
コメント済み: germanbrain common 2019 年 9 月 13 日
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?
germanbrain common
germanbrain common 2019 年 9 月 13 日
yes excatly correct

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangePID Controller Tuning についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by