Azzera filtri
Azzera filtri

how to represent ln in matlab?

139 visualizzazioni (ultimi 30 giorni)
faa nad
faa nad il 18 Gen 2013
Dear Sir,
I need to calculate 'log base e(ln)' in matlab.how to use it ?.
Thanks in advance.

Risposte (3)

the cyclist
the cyclist il 18 Gen 2013
Modificato: the cyclist il 18 Gen 2013
The log() function is base-e log. So, to take log of x [mathematicians would usually say ln(x)], just do
>> log(x)
  2 Commenti
Maryknoll Dsouza
Maryknoll Dsouza il 15 Feb 2017
Does not work
Steven Lord
Steven Lord il 15 Feb 2017
Say more. Does it error (and if so what is the FULL text of the error message)? Does it issue a warning (ditto on the FULL message)? Does it give you a different answer than you expect?
Are you sure you haven't written your own log.m that's shadowing the log function built into MATLAB?
which -all log

Accedi per commentare.


omar alshowi
omar alshowi il 25 Lug 2021
MATLAB statement to evaluate the expression (ln exp(2 + cosπ)): is

Lakshya Bhatra
Lakshya Bhatra il 9 Dic 2021
ln^2(2)

Categorie

Scopri di più su Exponents and Logarithms in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by