1D vector in ECG

1 view (last 30 days)
Ken Chi
Ken Chi on 9 Jan 2020
Edited: Ken Chi on 12 Jan 2020

Accepted Answer

KALYAN ACHARJYA
KALYAN ACHARJYA on 9 Jan 2020
Edited: KALYAN ACHARJYA on 9 Jan 2020
One Main Figure Window (Multiple Plots Window) : Remove the figure statement within the loop, & use proper subplot assignment
Or
One Main Figure Window with all plots
figure
for
....
%Remove the figure statement within the loop
hold on;
end

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!