how do i plot an ecg wave?

1 view (last 30 days)
Vinay
Vinay on 30 Oct 2013
Commented: sixwwwwww on 30 Oct 2013
I have downloaded ecg data in .mat format. I tried viewing the graph using the plot function but I am getting an error.
Code:
>> x=load('a01m.mat'); >> plot(x) Error using plot Not enough input arguments.
>>

Answers (0)

Community Treasure Hunt

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

Start Hunting!