필터 지우기
필터 지우기

can any one help me please

조회 수: 1 (최근 30일)
Belal Arar
Belal Arar 2016년 10월 13일
댓글: Belal Arar 2016년 10월 13일
  댓글 수: 2
Adam
Adam 2016년 10월 13일
I'm impressed you went to the effort of pasting in your homework question for others to answer for you.
Massimo Zanetti
Massimo Zanetti 2016년 10월 13일
The secret to solve the problem, is in the arab writing, is hidden there.

댓글을 달려면 로그인하십시오.

채택된 답변

Image Analyst
Image Analyst 2016년 10월 13일
For #1, use data = xlsread(filename).
For 2 and 3, I don't know the difference between normalization of "decimal" method and "min-max" method. You might find the function mat2gray() helpful. It scales the min to 0, the max to 1, and linearly scales everything in between.
For #4, you can use conv(signal, kernel, 'same') where kernel is a vector of 1's that cover the 5 month range divided by the number of elements in that vector.
I don't know how to do the forecasting 3 months into the future. Perhaps you just need to use polyfit() to fit the last 5 months to a polynomial and then extrapolate out to 3 months from now. I'm attaching a polyfit demo.
  댓글 수: 1
Belal Arar
Belal Arar 2016년 10월 13일
Thank you very much for this useful information

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by