Community Profile

photo

alireza farrokh


Aktiv seit 2017

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Hello there, I have this function below and by Using it, i need to obtain the entropy of a Gaussian continuous random variable with mean µ=2 and a variance of σ=3.Can you help me with this problem?
function h=entropy_continuous(x,fx) if max(diff(x)) > min(diff(x))*(1.01) error('x is not equally distributed.'); end; dx=x(...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


HI I need to find gamma_t in this nonlinearal equation:
HI I need to find gamma_t in this nonlinearal equation,gamma=0:2:20; gamma0=10^(gamma/10); ei(gamma_t/gamma0)-(gamma0/9.022)=0 ...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I need to find 'x' in this nonlineral equation
I need to find 'x' in here: i have 'a=0;2;20' and 'ei' is an exponential integral known in matlab. My nonlinearal equation is 'e...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


i need to find variable x and the error is " Undefined function or variable 'x'. "
>> a=0:2:20; >> y=((1/x)*(exp(-x/a)))+((1/a)*(Ei(-x/a)))==1

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort