photo

Mauricio Redaelli


Last seen: 4 years ago Active since 2015

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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 ago | 0

Answered
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 ago | 0