how to vectorize this code?
이전 댓글 표시
while b < (length(data))
ECG(i,:) = data(f:b);
f = f+477;
b=b+477;
i= i+1;
end
댓글 수: 2
Birdman
2018년 1월 11일
What do you try to do? Is this the entire code?
Parsa Paiman
2018년 1월 11일
채택된 답변
추가 답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 ECG / EKG에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!