Write a function that finds where a curve crosses zero (the x-axis) to two decimal places
Example:

output:
[0 ; 1.13 ; -0.53]
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers92
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
3677 Solvers
-
Back to basics 4 - Search Path
382 Solvers
-
Convert a vector into a number
615 Solvers
-
759 Solvers
-
8009 Solvers
More from this Author28
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The ordering of roots in test case:
need to make it irrelevant (use set)
or sort in particular order (use sort)