how get log normal(ln) of value?
9 次查看(过去 30 天)
显示 更早的评论
i want get the log normal(ln) of the value.how to do it?
1 个评论
Walter Roberson
2014-3-27
What is log normal(ln) of a value?
If you want the log base e, then log() is the call.
采纳的回答
Shashank Prasanna
2014-3-27
List of all log functions:
log Natural logarithm
log10 Common (base 10) logarithm
log1p Compute log(1+x) accurately for small values of x
log2 Base 2 logarithm and dissect floating-point numbers into exponent and mantissa
You can always define your own
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Logging 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!