How measure a 0.5 delta of a vector?

2 visualizzazioni (ultimi 30 giorni)
Maria Amr
Maria Amr il 1 Lug 2021
Commentato: Maria Amr il 1 Lug 2021
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 Commento
Maria Amr
Maria Amr il 1 Lug 2021
Answered: KSSV, Truly appreciated! I am a very new in MATLAB:(
Thank you so much!

Accedi per commentare.

Risposta accettata

KSSV
KSSV il 1 Lug 2021
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 Commenti
KSSV
KSSV il 1 Lug 2021
Then answer is not what you want.
Maria Amr
Maria Amr il 1 Lug 2021
KSSV, Thank you for all your explanation!

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su MATLAB in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by