Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Agricultural scientists have found that the amount of time a crop needs to reach peak maturity is closely related to the temperature during its growing

Agricultural scientists have found that the amount of time a crop needs

to reach peak maturity is closely related to the temperature during its growing

time. This relationship is expressed in terms of the number of growing degree days,

determined as follows: when the average temperature T on a day is above a certain

threshold r (specific to each crop), the day amounts to (T- r) growing degree days.

Let Tt, t = 1,......, 365, denote the average temperature on day t of the year. If the

crop is planted late on day p of the year, then the total number of growing degree

days during a subsequent period of n days (with temperature above threshold) is

D = (Tp+1 - r) + (Tp+2 - r) +..... + (Tp+n - r)

The average temperature in Iowa, USA, can be approximated by the function

Tt= 10 - 15cos[(t - 17)2pi/365] Degrees Celcius

The threshold temperature for peas is r = 4 C and they require 800 growing degree

days to reach maturity and be ready for harvesting.

(a) Write a MATLAB program to plot the temperature Tt against t, t = 1,...,365, and hence find the period of the year for which the temperature is above the threshold for peas.

(b) A farmer in Iowa plants a crop of peas late on day 90 and wants to know when

it will be ready for harvesting. Write a MATLAB program to find the number

of growing degree days Dn during a subsequent period of n days, where n

ranges from 1 to 100. Plot Dn against n, and from the graph determine how

many days it will take for the peas to be ready for harvesting.

REQUEST showing of Programming since I am really having trouble with how to apply this to MATLAB

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Information Modeling And Relational Databases

Authors: Terry Halpin, Tony Morgan

2nd Edition

0123735688, 978-0123735683

More Books

Students also viewed these Databases questions

Question

4. What will the team agreement contain?

Answered: 1 week ago