inverse log of a number

48 ビュー (過去 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 Center および File ExchangeDownloads についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by