Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to fit same variance of data to another data ?

조회 수: 1 (최근 30일)
MUKESH KUMAR
MUKESH KUMAR 2019년 3월 12일
마감: MATLAB Answer Bot 2021년 8월 20일
I have two data sets of energy consumption for full day with 30min(data size 48*1) and 1 min(data size 1440*1) time interval of different days.
Now I want to make 30min time interval data in the form of 1min(data size 1440*1) time interval for full day, assuming that the same variation is hppened in load curve pattern both days. Which data statistic method to be applied for this calculation and how to implement it in matlab ?
Thanks

답변 (1개)

KSSV
KSSV 2019년 3월 12일
Probablu you need to interpolate the data.....read about interp1
  댓글 수: 3
KSSV
KSSV 2019년 3월 12일
It does linear interpolation.
MUKESH KUMAR
MUKESH KUMAR 2019년 3월 12일
편집: MUKESH KUMAR 2019년 3월 12일
No , I want to do non linear with same pattern/variation of another data set, like using curve fitting.

Community Treasure Hunt

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

Start Hunting!

Translated by