How can I write it correctly ???

Risposte (1)

Stephen23
Stephen23 il 10 Mag 2016
Modificato: Stephen23 il 10 Mag 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)

Categorie

Scopri di più su Operators and Elementary Operations in Centro assistenza e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Richiesto:

il 10 Mag 2016

Modificato:

il 10 Mag 2016

Community Treasure Hunt

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

Start Hunting!

Translated by