How can I write it correctly ???
古いコメントを表示
Hey everyone,

How can I write that index and argument in a root?
回答 (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)
カテゴリ
ヘルプ センター および File Exchange で Operators and Elementary Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!