Best way to normalize data to Matlab
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi, I have numeric data in excel file. The data is of electrical loads measured by the hour. So on Y axis I have date values (Column A- Year, Column B- Month, Column C- Day) and on X axis I have the hours (Row A- hours- 1-24). How can I best Normalize the data, so that when loading it to Matlab the tasks of evaluating time-series and predicting using methods like: regression,MA, exp.smoothing, ARMA,ARIMA, NN and so on, will be most convenient to work with?
답변 (2개)
Image Analyst
2013년 8월 1일
I have no idea how you want to normalize it and what those terms mean, but to read it in you can use xlsread(). Then normalize it however you want. Usually that means dividing by the maximum value of something or total sum of something, but again, I don't know what that might mean for you, and even if it might change depending on what column you're normalizing.
댓글 수: 0
Febin Benjamin
2013년 8월 1일
Depends on how you define 'best normalization'.... there are many... What's yours?
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!