Statistics
All
RANK
94,497
of 300,365
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
12,952 of 20,933
REPUTATION
26
AVERAGE RATING
0.00
CONTRIBUTIONS
4 Files
DOWNLOADS
5
ALL TIME DOWNLOADS
266
RANK
of 168,262
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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; ...
4 years ago | 1 answer | 0
1
answer0
answersAnswered
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...
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...
4 years ago | 0


