Feeds
답변 있음
jury test code for stability in digital controls
Hello Walter, I used the return expression because there is no need to go further in the test if one of the cases is broken. Th...
jury test code for stability in digital controls
Hello Walter, I used the return expression because there is no need to go further in the test if one of the cases is broken. Th...
거의 7년 전 | 0
답변 있음
jury test code for stability in digital controls
function stability = Jury(coef) stability=0; n=size(coef,2); if(polyval(coef,1)<0) stability=1; return end ...
jury test code for stability in digital controls
function stability = Jury(coef) stability=0; n=size(coef,2); if(polyval(coef,1)<0) stability=1; return end ...
거의 7년 전 | 1


