root function does not work:(

1 view (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)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!