How measure a 0.5 delta of a vector?

조회 수: 2 (최근 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 CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by