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 Exchange에서 Operators 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