How can I write it correctly ???

Antworten (1)

Stephen23
Stephen23 am 10 Mai 2016
Bearbeitet: Stephen23 am 10 Mai 2016

0 Stimmen

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)

Kategorien

Mehr zu Operators and Elementary Operations finden Sie in Hilfe-Center und File Exchange

Tags

Noch keine Tags eingegeben.

Gefragt:

am 10 Mai 2016

Bearbeitet:

am 10 Mai 2016

Community Treasure Hunt

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

Start Hunting!

Translated by