value of log(1000)

9 visualizzazioni (ultimi 30 giorni)
MD NASAR
MD NASAR il 9 Mag 2012
Risposto: Dina il 7 Mar 2023
hi all i want to find value of log(1000)in matlab, we know lo(1000) value is 3, but matlab calculate it 6.9078. tell me how to calculate this value
Thank You

Risposta accettata

Win co
Win co il 9 Mag 2012
the value 6.9078 is ln(1000) . To compute log(1000), you can type : >> log10(1000)
ans =
3
or
>> log(1000)/log(10)
ans =
3.0000

Più risposte (2)

Richard Brown
Richard Brown il 9 Mag 2012
log10(1000)

Dina
Dina il 7 Mar 2023
log(1000)

Categorie

Scopri di più su Data Logging in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by