How measure a 0.5 delta of a vector?

1 回表示 (過去 30 日間)
Maria Amr
Maria Amr 2021 年 7 月 1 日
コメント済み: Maria Amr 2021 年 7 月 1 日
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.
  1 件のコメント
Maria Amr
Maria Amr 2021 年 7 月 1 日
Answered: KSSV, Truly appreciated! I am a very new in MATLAB:(
Thank you so much!

サインインしてコメントする。

採用された回答

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 Center および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by