Info
This question is closed. Reopen it to edit or answer.
My graph appears with some "noise"( a line that crosses the hole graph), how can I remove it?
1 view (last 30 days)
Show older comments
filename = 'dn.mat'; s = load(filename); B=s.B;
hr=B{:,{'heartrate'}}; T=B{:,{'temperature'}}; t=B{:,{'time'}};
figure(1) subplot(2,1,1) plot(t,hr) subplot(2,1,2) plot(t,T)
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!