how to do a weather forecast coding ?

조회 수: 13 (최근 30일)
MUHAMMAD IZDHAM BIN ISHAK
MUHAMMAD IZDHAM BIN ISHAK 2022년 1월 21일
답변: Image Analyst 2022년 1월 21일
i have a data which is humidity,windspeed, percipitation and temperature for two months.
all data has been transferred into matrix form
i want to display the weather prediction after 7 days of input from user using loop.

답변 (1개)

Image Analyst
Image Analyst 2022년 1월 21일
vq = interp1(x,v,xq,method,extrapolation) specifies a strategy for evaluating points that lie outside the domain of x. Set extrapolation to 'extrap' when you want to use the method algorithm for extrapolation. Alternatively, you can specify a scalar value, in which case, interp1 returns that value for all points outside the domain of x.

카테고리

Help CenterFile Exchange에서 Weather and Atmospheric Science에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by