Why do I receive an error when I use the NTHROOT function within MATLAB?
Show older comments
When I execute the following command:
r = nthroot(1,2)
I receive the following error message:
??? Error using ==> nthroot
If X is negative, N must be an odd integer.
However, my value for X is not negative.
Accepted Answer
More Answers (0)
Categories
Find more on Analog Signal Generation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!