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)
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)

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!