how to normalize data?

6 views (last 30 days)
Jan Risn
Jan Risn on 17 Jul 2019
Edited: Adam Danz on 19 Jul 2019
Hi all
I have a wrong program step. I don't know what is wrong with my program script.
I have data per 10 minutes which is divided into 7 columns, time and data.
09/10/2014 3:00 0
09/10/2014 3:10 0
09/10/2014 3:30 0.4
09/10/2014 3:50 0.4
09/10/2014 4:00 0.4
09/10/2014 4:10 0.4
09/10/2014 4:20 0.4
09/10/2014 4:30 0.4
10/10/2014 4:40 0.4
09/10/2014 4:50 0.4
09/10/2014 5:00 0.4
09/10/2014 5:10 0.4
09/10/2014 5:20 0.4
It can be seen that at 3:20 a.m. and the value of the data is empty, I want to get data per 10 minutes with empty data filled with 0 / nan.
I use matlab 2014b. there is no retime function so I have trouble ... I have asked before in this forum but have not received suggestions that are in accordance with this program. I attach the following data. I say thank you to anyone who has tried to help and advise ...
jan risn
  4 Comments
Jan Risn
Jan Risn on 19 Jul 2019
thank you, it looks like I've found a solution to my problem. thank you for contributing in justifying my program. im sorry i delete and edit my comment. thank you
Adam Danz
Adam Danz on 19 Jul 2019
Edited: Adam Danz on 19 Jul 2019
Sometimes merely discussing the problems leads the questioner to their solution ;)

Sign in to comment.

Answers (0)

Communities

More Answers in the  ThingSpeak Community

Categories

Find more on Read Data from Channel in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!