photo

rodrigo figueiredo


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

2 Questions
1 Answer

File Exchange

4 Files

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

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

View badges

Feeds

View by

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

answer

Question


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

4 years ago | 0 answers | 0

0

answers

Answered
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