root function does not work:(

3 views (last 30 days)
Supreeth
Supreeth on 7 Dec 2012
>> a=[1 2 3];
>> root(a)
Undefined function 'root' for input arguments of type 'double'.
anybody knows why?

Accepted Answer

Rick Rosson
Rick Rosson on 7 Dec 2012
Edited: Rick Rosson on 7 Dec 2012
>> roots(a)

More Answers (0)

Categories

Find more on Shifting and Sorting Matrices 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!