Plot fitted polynomial and all data points

Assignment Help MATLAB Programming
Reference no: EM131026508

Problem:

A noise that grows louder over time is measured six times, and the following dataset is created (data in NoiseTime.txt and NoiseLoud.txt): 

Time (s)

1

1.3

...

5.6

6

Loudness (dB)

1.3

2.7

...

86

104

 Use MATLAB to perform the following tasks:

(Note: You will have to run this program more than once in order to complete it.)

a) Determine which type of function may provide the best fit by plotting the data on the following axes. Use the subplot command to include them in the same window (see problem c for plot arrangement).

X -axis

Y - axis

Function

Linear

Linear

Linear  y=mx+b

Logarithmic

Logarithmic

Power Y=bxm

Linear

Logarithmic

Exponential  y= bemx

 The best function is the one whose data points appear to be in a straight line. Decide upon the best function, and output your choice of function to the command window (linear, logarithmic, or exponential).

b) Use polyfit to find a polynomial that fits the data. Use the following table to choose the correct format for polyfit. Note: polynomial degree n=1 always when fitting a non-polynomial. The first element p(1) gives m, and the second element p(2) gives b. In order to plot on linear-linear axes, you will have to transform the constants back. Output the values of m and b, transformed to linear-linear axes (to 3 decimal places), to the command window (using fprintf).

Function

Polytfit form

Linear

P=polytfit(x,y,n)

Power

P=polyfit(log(x),log(y),1)

Exponential

P=polyfit(x,log(y),1)

c) Plot your fitted polynomial and all data points (using linear-linear axes) as a fourth subplot in the same window (as shown below). Use intervals of 0.1. Include a legend.

Subplot arrangement

Linear Data Plot  (1,1)

Power Transformed Data Plot (2, 1)

Exponential Transformed Data Plot (2, 1)

Fitted Function Plot (2, 2)

Additional information

This question to MATLAB software and discusses about application of MATLAB in mathematics to solve polynomials and to perform given tasks.  

Answer is in MATLAB format

Reference no: EM131026508

Questions Cloud

Calculate the energy of a photon : Photon fundamentals. Show that hc = 1240 eY·nm. Calculate the energy of a photon with each of the following wavelengths: 650 nm (red light); 450 nm (blue light); 0.1 nm (x-ray); 1 mm (typical for the cosmic background radiation).
What is the impact of the french influential elite : What is the impact of the French influential elite whose roots lie in the bureaucracy? Discuss what France's recent foreign policy says about its character as a nation.
What direction do you feel nigeria should take in the future : "How have the frequent shifts from civilian to military rule and back again exacerbated Nigeria's social and economic problems? What direction do you feel Nigeria should take in the future? Explain."
How the gaussian approximation becomes more accurate : Use a computer to plot the function xne-x, and the Gaussian approximation to this function, for n = 10, 20, and 50. Notice how the relative width of the peak (compared to n) decreases as n increases, and how the Gaussian approximation becomes mor..
Plot fitted polynomial and all data points : Plot fitted polynomial and all data points (using linear-linear axes) as a fourth subplot in the same window (as shown below). Use intervals of 0.1.
What are the main strengths of this method : Does the use of linear algebra make this method easier to understand or use?
Show that electric field at the center of triangle is zero : Three identical point charges each of chargeq are located at the vertices of an equilateral triangle as in the figure shown below. The distance from the center of the triangle to each vertex isa. Show that the electric field at the center of the t..
Method-of-moments estimator : Find the method-of-moments estimator of p based on this single observation Y.
How do you make decisions : How Do You Make Decisions? In this course, you will read about theories regarding how people make decisions and how they should make decisions.

Reviews

Write a Review

MATLAB Programming Questions & Answers

  Considered to equal when the result of one array subtract

Two arrays are considered to be equal when the result of one array subtracted from the other is an array of zeros. In the script file, create the MATLAB commands to prove the following relationships (use arrays that you makeup yourself)

  Calculate an approximation to the energy consumed

Calculate an approximation to the energy consumed over the period and calculate an approximation to the energy consumed over the period t = a to t = b.

  Which degree do you think best represents the data

Write a Matlab script to try fitting a 1st, 2nd, and 3rd degree polynomial to the dataset described by volume of water vs. volume of ice. Use subplot to draw all three

  Use matlab roots function to obtain the six roots

In the plot, you will see one root is obtained from an initial value that is close to another root. Can you explain by observing the plot why that is happening.

  Find the errors in the matlab codes

The program runs, then stops and gives an error of double going into the switch. I changed the code to make it output the sounds, but my whole reasoning was to make this version work with the row vectors.

  It is now cooled so the volume becomes half the initial

a piston cylinder loaded so it gives constant pressure has 0.75 kg saturated vapor water at 200 kpa. it is now cooled

  Design an optimal equiripple glp fir filter

Design a filter that meets all specifications, and show your results in support. Comment on the path your design process took, in particular on observations made and actions taken on the basis thereof.

  Travelling salesman problem involves

The Travelling Salesman problem involves a salesman who has to visit a number of cities in a single closed tour. The salesman always starts and ends the tour in his home city and visits each other city on the tour exactly once.

  Find the integral of a function at an arbitrary location

Write a Matlab function to perform numerical integration of a set of evenly spaced data points using the trapezoidal rule

  Write the command and assign it to variable

Write the command and assign it to variable , Write a function named function_test

  Create a vector in matlab

Create a three dimensional diagram of function.

  Finds the largest integer in the list recursively

Write a program that, given a list of 20 integers, finds the largest integer in the list recursively

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd