How can I write it correctly ???
Show older comments
Hey everyone,

How can I write that index and argument in a root?
Answers (1)
Y = 31 * ((1-X)./X) .^ (1/2.6)
or as long as every element of X is less than or equal to one:
Y = 31 * nthroot((1-X)./X, 2.6)
Categories
Find more on Operators and Elementary Operations 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!