Salreem
Followers: 0 Following: 0
Feeds
提问
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'...
3 years 前 | 2 个回答 | 0
2
个回答提问
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'...
3 years 前 | 1 个回答 | 0