Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

MATLAB PROGRAM PLEASE MAKE IT AS SIMPLE/SHORT AS POSSIBLE; INCLUDE EVERYTHING, SO I IT IS EASY TO COPY/PASTE AND MAKE CHANGES. THANK YOU. #1) Locate

MATLAB PROGRAM

PLEASE MAKE IT AS SIMPLE/SHORT AS POSSIBLE; INCLUDE EVERYTHING, SO I IT IS EASY TO COPY/PASTE AND MAKE CHANGES. THANK YOU.

#1) Locate and analyze temperature data from the web. This could be temperature (example daily, by the hour, etc) for any time period or location. Collect at least 20 points (copy and paste; more points is good). Include the web reference for the data source. Do the following analysis in MATLAB: Hint: do one step at time; Create 3 MATLAB scripts; use same data for each. Each students should have unique data. This is an individual HW. 1. Script #1) Data Analysis. Find the min, max, mean, median, standard deviation, number of values above mean (use find function) using MATLAB functions. Include all MATLAB code and results. Use fprintf() to display results (not disp()). - plot raw data and also plot histogram of data (include title and label all axes; units) 2, Script #2) do a linear interpolation (using straight line) and give one example of an interpolated point. Show plot with original points and interpolated points. Be clear. Total of 1 script and 1 plot. Show all output 3, Script #3) fit the data using regression. Determine the best order (linear, 2nd, 3rd) to fit the data. Show 3 plots (1st, 2nd, 3rd) Show all output and plots with labels and titles. - Predict one future temp using the regression fit for each plot above. Show predicted point on graph for each case above. Show all output and results. - Total of 1 script plus 3 plots, each plot displays a future value, and output (Part 3) Submit one MS Word document. Report should be well-organized. Include TOC, section numbers and titles, original data, MATLAB, output, plots with labels, explanations, etc.

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

Programming The Perl DBI Database Programming With Perl

Authors: Tim Bunce, Alligator Descartes

1st Edition

1565926994, 978-1565926998

More Books

Students also viewed these Databases questions

Question

3:44

Answered: 1 week ago