Salreem
Followers: 0 Following: 0
Statistics
2 Questions
0 Answers
RANK
98.970
of 296.544
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20.385
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156.609
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 do I find the zero crossings for a function sinx/x against x?
I have used the following code to plot x=linspace(-90,90,10000); y=sin(x)./x; plot(x,y); axis([-90 90 -1.5 1.5]) xlabel('x'...
meer dan 3 jaar ago | 2 answers | 0
2
answersQuestion
How do I find the separation between the harmonics for a graph of a function sinx/x against x?
I have used the following code to plot x=linspace(-90,90,10000); y=sin(x)./x; plot(x,y); axis([-90 90 -1.5 1.5]) xlabel('x'...
meer dan 3 jaar ago | 1 answer | 0