필터 지우기
필터 지우기

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 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