Community Profile

photo

rodrigo figueiredo


Last seen: mehr als 2 Jahre vor Aktiv seit 2021

Statistiken

All
  • Personal Best Downloads Level 1
  • First Answer
  • First Submission

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


how replace dirac to diracz when need ?
Q=f(dirac(x - 10.5)*sin(x)*(10+i)) Q=diracz(x - 10.5)*sin(x)*(10+i) function p=diractz(x) if x ==0 p=1; else p=0; ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how replace inf too 1
10001^(1/2)*Inf*(100/10001 - 1i/10001)

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How to write matlab program for histogram with out using hist function.
a[]=0; for p =1 : ?? :length(Xt) for k = 1 : floor(abs(fft(Xt))) a= [a Xt] end end nbins = 25; h = histogram(a,nbins...

mehr als 2 Jahre vor | 0