Feeds
문제를 풀었습니다
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
대략 7년 전
질문
Find close values in N vectors an get the number of appearances
I have N (4 or more) vectors with frequencies of the peaks of a FFT, i found the peaks with "findpeaks". I need to find the pea...
8년 초과 전 | 답변 수: 0 | 0
