Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

How can i successfully get the PID parameters using the point values ​​from the actual curve graph?

1 view (last 30 days)
function y=reguladorPID(x,y)
Kp=
Ti=
Td=
y=[Kp Ti Td];
end

Answers (0)

This question is closed.

Tags

Products


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!