photo

KEERTHANA P B


Last seen: circa 2 anni fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

Feeds

Visto da

Domanda


showing "too many output arguments" error in this code
function [J] = pid_optim(x) s = tf('s'); plant = 1 / (s^2 + 10*s + 20); Kp = x(1); Ki = x(2); Kd = x(3); cont = Kp...

oltre 2 anni fa | 1 risposta | 0

1

risposta