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!