inverse log of a number

조회 수: 67 (최근 30일)
Hrishikesh
Hrishikesh 2023년 7월 3일
답변: Star Strider 2023년 7월 3일
How to convert logtcorr to tcorr

답변 (1개)

Star Strider
Star Strider 2023년 7월 3일
I have no idea what ‘logtcorr’ is.
However, exp is the inverse of log, with 10^arg being the inversee of log10 and others follow similarly —
x = rand
x = 0.5908
x = exp(log(x))
x = 0.5908
x = 10^log10(x)
x = 0.5908
x = 2^log2(x)
x = 0.5908
.

카테고리

Help CenterFile Exchange에서 Downloads에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by