How can I write it correctly ???
Mostrar comentarios más antiguos
Hey everyone,

How can I write that index and argument in a root?
Respuestas (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)
Categorías
Más información sobre Operators and Elementary Operations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!