how to do a weather forecast coding ?
Mostrar comentarios más antiguos
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.
Respuestas (1)
Image Analyst
el 21 de En. de 2022
0 votos
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.
Categorías
Más información sobre Weather and Atmospheric Science en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!