How can I write it correctly ???

Hey everyone,
How can I write that index and argument in a root?

Answers (1)

Stephen23
Stephen23 on 10 May 2016
Edited: Stephen23 on 10 May 2016
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

Tags

No tags entered yet.

Asked:

on 10 May 2016

Edited:

on 10 May 2016

Community Treasure Hunt

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

Start Hunting!