
chabao
Statistics
2 질문
0 답변
순위
204,559
of 257,794
평판
0
참여
2 질문
0 답변
답변 채택
50.0%
획득한 표
0
순위
of 110,015
참여
0 문제
0 해답
점수
0
배지 수
0
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
질문
how to fix the array?
% x is an array and t is also an array of same size f_up = 100; f = (-f_up:0.02:f_up); h = 2*pi*f; for i = 1:length(h) ...
6달 전 | 답변 수: 1 | 0
1
답변질문
How to create a loop to sum up the elements in a row array one by one?
Hi all, I have created a row array using below code, for k = 1:500 c(k)=1/N.*(ecg(k).*exp(-1*i*k*(2*pi/N*t(k)))); end and I...
7달 전 | 답변 수: 1 | 0