Community Profile

photo

Salreem


Last seen: 3年弱 前 2021 年からアクティブ

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年弱 前 | 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年弱 前 | 1 件の回答 | 0

1

回答