How measure a 0.5 delta of a vector?

2 次查看(过去 30 天)
Hi everyone,
Truly appreciated to direct me in advance!
I have a vector (a signal) and I need to measure the half d of natural logarithm of the signal. How should write the code? Thank you!
RC=0.5 d ln A.

采纳的回答

KSSV
KSSV 2021-7-1
Come on.....it is a simple one. Read some basics of MATLAB.
x = rand(10,1) ;
iwant = 1/2*log(x)
iwant = 10×1
-0.6282 -0.1741 -0.0227 -0.4696 -0.3884 -1.1212 -1.7144 -0.0485 -0.5902 -0.4798
  5 个评论
KSSV
KSSV 2021-7-1
Then answer is not what you want.
Maria Amr
Maria Amr 2021-7-1
KSSV, Thank you for all your explanation!

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by