How can I write it correctly ???

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

回答 (1 件)

Stephen23
Stephen23 2016 年 5 月 10 日
編集済み: Stephen23 2016 年 5 月 10 日

0 投票

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)

カテゴリ

ヘルプ センター および File ExchangeOperators and Elementary Operations についてさらに検索

タグ

タグが未入力です。

質問済み:

2016 年 5 月 10 日

編集済み:

2016 年 5 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by