photo

zaynab El Mawass


Last seen: Today Con actividad desde 2019

Followers: 0   Following: 0

Estadística

  • Explorer
  • First Answer
  • Revival Level 1

Ver insignias

Feeds

Ver por

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

más de 5 años hace | 0

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

más de 5 años hace | 1