Info

This question is closed. Reopen it to edit or answer.

smoothing function for 2880 data.

1 view (last 30 days)
Munirah
Munirah on 9 Dec 2011
Closed: MATLAB Answer Bot on 20 Aug 2021
I'm a beginner in matlab. I want to use smooting function in my 2880 data that I've plotted before.i want it to be smooth for average of 15 minutes data.
load ('uni0703.mat')
int a
int b
a = uni0703
b = smooth (uni0703, 40);
b=1:2880;
b=[b]';
please help me.
  1 Comment
Jan
Jan on 9 Dec 2011
This code is does not have a valid Matlab syntax. Please read the Getting Started chapters in the documentation. This forum is not thought to teach the fundamental basics of Matlab.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!