2020/06/13

Matlab: Log function with base 10

For the logarithmic function with base 10, simply use log10:

>> log10(100)

ans =

     2

>> 10*log10(0.1)

ans =

   -10

>> 20*log10(1000)

ans =

    60

>>

沒有留言:

張貼留言