photo

Mauricio Redaelli


Last seen: 4 years 前 自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
Finding the zeros of a function
Walter, this is very interesting. It seems to me that x=0 will never be found because the sign(y) will never see a transition, a...

9 years 前 | 0

已回答
Finding the zeros of a function
Sorry, it´s an old post. Hope you don´t mind. I solved using this: % code s = sign(y); s(isnan(s))=[]; rr = find(sign(y...

9 years 前 | 0