Waldemiro Kubucama
Followers: 0 Following: 0
Feeds
已回答
FFT example Syntax what does it means P1(2:end-1) = 2*P1(2:end-1); ?
Means that it initializes from column 2 to the second-to-last column (end-1)
FFT example Syntax what does it means P1(2:end-1) = 2*P1(2:end-1); ?
Means that it initializes from column 2 to the second-to-last column (end-1)
3 years 前 | 1