find all zeros
Show older comments
Answers (3)
Honglei Chen
on 26 Apr 2012
You can use roots, for example for x^2-1=0
roots([1 0 -1])
Andrei Bobrov
on 26 Apr 2012
roots([21 0 1 0])
Walter Roberson
on 26 Apr 2012
0 votes
(But Please note the code error I point out in my response.)
Categories
Find more on Multicore Processor Targets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!