I have a PID controller working in simulink, but I want to pass it to C++ code. I found how …
c++ transfer-function pid-controllerI'm trying to add two transfer functions together, for example: tf1=tf(1,[1 0]); tf2=tf(2,[1 0]); tsum=tf1+tf2 MATLAB considers tf1 …
matlab sum transfer-function