Question

Obtain a temperature data of Reno from September 2016. Find the data for a typical sunny day, between 6am to 6pm. Write a MAT

MATLAB code please

0 0
Add a comment Improve this question Transcribed image text
Answer #1

% day is 26 september
time_2016 = (555:100:1755)' ; % where 555 is 5:55 am and 1755 is 5:55 pm
temp_2016 = [9 11 11 14 17 22 25 27 28 29 31 30 29]' ;
temp_2017 = [6 6 7 10 14 17 18 19 21 21 22 22 21]' ;
len = length(time_2016) ;
X = [ones(len,1) time_2016];
b = X\temp_2016 ;
regression = X*b ;
plot(time_2016, regression,'-') ;
hold on ;
scatter(time_2016,temp_2016,'r') ;
scatter(time_2016,temp_2017,'o') ;
legend('Least Square', 'data 2016', 'data 2017','Location', 'best') ;
xlabel('time (600 is 6 am and 1800 is 6 pm)') ;
ylabel('Temperature (Celcius)') ;

ooooo Temperature (Celcius) ooo oo o o Least Square data 2016 data 2017 400 600 800 1000 1200 1400 time (600 is 6 am and 1800

Add a comment
Know the answer?
Add Answer to:
MATLAB code please Obtain a temperature data of Reno from September 2016. Find the data for...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Explanation and complete code gets thumbs up. For this Matlab problem. For this problem, use Matlab...

    Explanation and complete code gets thumbs up. For this Matlab problem. For this problem, use Matlab to plot the data and the best fit. Show the written solutions and the Matlab graphs. Problem Use least squares regression to fit a straight line to r 0246911 121517 19 y567698710 12 12 Along with the slope and intercept, compute the correlation coefficient. Plot the data and the regression line. Then repeat the problem, but regress x versus y - that is, switch...

  • please answer a) and b) but ignore the matlab part in b) 1. The following data...

    please answer a) and b) but ignore the matlab part in b) 1. The following data represents the bacterial growth in a liquid culture over a number of days x (days) 0 4 8 12 16 20 y (amount=106) 67.38 74.67 82.74 91.69 101.60 112.58 a) Apply linear least-squares regression (by hand) to find the best straight line to fit the data. b) Apply polynomial regression to find the best quadratic polynomial to fit the data. Calcu- late the equations...

  • please screenshot the MATlab code if possible Need ASAP it is for a course that uses...

    please screenshot the MATlab code if possible Need ASAP it is for a course that uses MATlab to solve for missing variables and such. The following equation is available for the saturation pressure of air as a function of temperature: In (psat/Pc) = C1 x + C2 x2 + C3 In (Tsat/Tc), where x = 1/Tc - 1/Tsat Pc =3.77 MPa is the critical pressure, and Tc = 132.5 K is the critical temperature. The following data are available for...

  • screenshot MATlab code please The following equation is available for the saturation pressure of air as...

    screenshot MATlab code please The following equation is available for the saturation pressure of air as a function of temperature: In (psat/Pc) = C1 x + C2 x? + C3 In (Tsat/Tc), where x = 1/Tc - 1/Tsat Pc =3.77 MPa is the critical pressure, and Tc = 132.5 K is the critical temperature. The following data are available for the saturation pressure of air as a function of temperature: Tsat (K) psat (MPa) Taat (K) paat (MPa) 76.5 80.4...

  • HW8_4 Fit the data in the table using linear regression. Plot the data points as well as the regr...

    Please write the codes in MATLAB. HW8_4 Fit the data in the table using linear regression. Plot the data points as well as the regression line. Determine the value of y whenx = 7.2 and print it to the screen using fprintf Then repeat the process, regressing in the opposite way (x vs y) to find the equation of the line needed to determine the value of x when y is 15 Optional brain food: Do you get the same...

  • Excel or Matlab help please A study was made on the amount of converted sugar in a certain process at various temperatures. The data were coded and recorded as follows: Ambient Temperature Convert...

    Excel or Matlab help please A study was made on the amount of converted sugar in a certain process at various temperatures. The data were coded and recorded as follows: Ambient Temperature Converted Sugar (degrees Centigrade (mg/liter) 21.0 21.1 21.2 18.1 17.8 18.5 19.8 19.5 18.9 18.6 20.2 19.3 19.2 20.5 21.4 21.5 21.6 21.7 21.8 21.9 22.0 (e) Determine and plot the data, the regression line and the 90% confidence interval of the above regression line in the same...

  • Please use a MATLAB code to execute the above. 2. Use polyfit to find a 4rd...

    Please use a MATLAB code to execute the above. 2. Use polyfit to find a 4rd degree polynomial to fit the following set of data: Value =-4:1:5; Vibration = [-507.6,-261.88,-100.03,-38.08, 69, 753, 15.6, 51.8, 182, 428.97]. Plot the best fitting curve and the data points on the same figure.

  • 2. Suppose Y ~ Exp(a), which has pdf f(y)-1 exp(-y/a). (a) Use the following R code to generate data from the model Yi...

    2. Suppose Y ~ Exp(a), which has pdf f(y)-1 exp(-y/a). (a) Use the following R code to generate data from the model Yi ~ Exp(0.05/Xi), and provide the scatterplot of Y against X set.seed(123) n <- 500 <-rnorm (n, x 3, 1) Y <- rexp(n, X) (b) Fit the model Yi-Ao + Ax, + ε¡ using the lm function in R and provide a plot of the best fit line on the scatterplot of Y vs X, and the residual...

  • A group of physics students collected data from a test of the projectile motion problem that...

    A group of physics students collected data from a test of the projectile motion problem that was analyzed in a previous lab exercise (L5). In their test, the students varied the angle and initial velocity Vo at which the projectile was launched, and then measured the resulting time of flight (tright). Note that tright was the dependent variable, while and Vo were independent variables. The results are listed below. (degrees) Time of Flight (s) Initial Velocity V. (m/s) 15 20...

  • years 2010 2011 2012 2013 2014 2015 2016 2017 2018 No. of tickets sold in berlin...

    years 2010 2011 2012 2013 2014 2015 2016 2017 2018 No. of tickets sold in berlin film festival 299478 299562 299362 303077 325262 335979 335986 334478 332403 Fit a appropriate trend line to the above data and estimate the sales of the tickets for the year 2019. Also estimate the prediction errors and obtain the minimum value of the error sum of squares. Comment on Result, conclusion separately and provide an appendix. Discuss which type of trend line you are...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT