photo

zaynab El Mawass


Last seen: 3年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • Explorer
  • First Answer
  • Revival Level 1

バッジを表示

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

5年以上 前 | 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 ...

5年以上 前 | 1