統計
All
Feeds
解決済み
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
約5年 前
質問
Why I'm getting very bad results with FFT?
My goal is to be able to compute the derivative of a function using its Fourier transform. I have a simple example below. The fu...
6年弱 前 | 1 件の回答 | 0
1
回答質問
How can I make this loop faster?
Why is this simple loop taking me so much time? n=2^13; idx=cell(2*n-1,1); for i=1:2*n-1 temp=zeros(i,2); for j...
6年弱 前 | 1 件の回答 | 0
1
回答質問
Why is this simple loop taking so much time?
Why is this simple loop taking me so much time? n=2^13; idx=cell(2*n-1,1); for i=1:2*n-1 temp=zeros(i,2); for j...
6年弱 前 | 1 件の回答 | 0
