Skip to content

v1.1.0

Latest

Choose a tag to compare

@ats-suda ats-suda released this 08 Jul 04:48

Add PID control demo (P / PI / PD / PID step-response comparison).

  • New pid-control/ demo: interactive Live Script (.m/.mlx), classic script, and GUI app
  • Second-order plant controlled with a PID law, solved via ode45 (base MATLAB only)
  • Compares four modes P / PI / PD / PID with the same Kp, Ki, Kd gains

PID制御デモ(P・PI・PD・PID のステップ応答比較)を追加。base MATLAB のみで動作。