photo

KEERTHANA P B


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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

2 years ago | 1 answer | 0

1

answer