how get log normal(ln) of value?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
mahesh chathuranga
el 27 de Mzo. de 2014
Comentada: mahesh chathuranga
el 28 de Mzo. de 2014
i want get the log normal(ln) of the value.how to do it?
1 comentario
Walter Roberson
el 27 de Mzo. de 2014
What is log normal(ln) of a value?
If you want the log base e, then log() is the call.
Respuesta aceptada
Shashank Prasanna
el 27 de Mzo. de 2014
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
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Logging en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!