photo

zaynab El Mawass


Last seen: mer än 3 år ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Explorer
  • First Answer
  • Revival Level 1

View badges

Feeds

View by

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

mer än 5 år ago | 0

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

mer än 5 år ago | 1