MATLAB: How get log normal(ln) of value

log

i want get the log normal(ln) of the value.how to do it?

Best Answer

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
Related Question