Feeds
답변 있음
plotting graph and mark points
s = d(1:1,2:end); fa = movstd(s,20,1); secarray = movstd(fa,20,1) ; secidx = find(secarray>.04); f = secarray(secidx); [ma...
plotting graph and mark points
s = d(1:1,2:end); fa = movstd(s,20,1); secarray = movstd(fa,20,1) ; secidx = find(secarray>.04); f = secarray(secidx); [ma...
거의 5년 전 | 0
