Prev: i need matlab code for finding qrs interval in ecg signal
Next: need to find clustering efficiency
From: Bruno Luong on 1 May 2010 15:22 This works as well: A = [bx ax; by ay]; [U S V] = svd(A); W = U*S; % or W = A*V' plot(fit_x, fit_y); hold on plot([0 W(1,1)],[0 W(2,1)],'r') plot([0 W(1,2)],[0 W(2,2)],'r') axis equal % Bruno
First
|
Prev
|
Pages: 1 2 Prev: i need matlab code for finding qrs interval in ecg signal Next: need to find clustering efficiency |