MATLAB based PID controller
This code generates a PID controller in MATLAB environment without using any built-in commands or simulink blocks.
Tune this PID by changing the Kp, Ki, Kd, simulation time, or the desired set value.
The uniqueness of this code is that you can replace the two integrators with your model/system. You will find a note at that location in the code.
I used this code instead of Real Time Workshop (RTW) to simulate a system with a hardware-in-the-Loop (HIL), it worked just fine. You need to set your time properly so your system has enough of it to come to rest/settle.
引用
Mohammad Saadeh (2026). MATLAB based PID controller (https://jp.mathworks.com/matlabcentral/fileexchange/35163-matlab-based-pid-controller), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- Control Systems > Control System Toolbox > Control System Design and Tuning > PID Controller Tuning >
- Physical Modeling > Simscape Electrical > Electrical Block Libraries > Electromechanical >
タグ
謝辞
ヒントを与えたファイル: AndyZelenak/three_simple_PIDs
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 |
