Question
The following data in the pictures are obtained from a certain sensor equipment and given in a MATLAB data file is as shown below: Values
The following data in the pictures are obtained from a certain sensor equipment and given in a MATLAB data file is as shown below:
Values for W and V continue up to 100000 value , the values shown above are just a sample . The final value for V is 10 , and the final value for W is 8.0481. There are two variables in the data file, V and W. V is a certain independent variable in the sensor system and W is the observation variable that is affected by the variable V.
1. By using curve fitting method, find mathematical model using i) Power law model, ii) Exponential model and iii) Saturation growth rate model. For each of the mathematical model :
a. Linearize the data and calculate the coefficients(values of 1 and 0) that minimizes the error between the model and the data. Discuss all steps to obtain these variables for each model using MATLAB. Do not use polyfit function.
b.The final equation for each model.
c.The linear fit ^2 value for each model.
d. Plot the graph using each model. Include the sample data plot in each of the plot (Use the dot plot for the sample data. Example: plot(x,y,.) ). Use appropriate scaling to observe the data.
Please , in the MATLAB code use suitable variables and documentation
2. What is the most suitable mathematical models to represent the data? Discuss your reasoning in detail.
Editor - data_17074130.m A Variables - V + 1x100000 double T 3 4 6 7 8 9 2 1.0000 5 1.0001 10 1.0002 11 1.0002 12 1.0003 13 1.0003 14 1.0003 15 1.0003 16 1.0003 17 1.0004 18 1.0004 19 1.0004 1 1 1.0000 1.0001 1.0001 1.0001 1.0002 1.0002 2 3 4 5 6 Variables - W 7 Editor - data_17074130.m W X 1x 100000 double 1 4 6 7 8 9 3 0.0103 5 0.0088 10 0.0123 11 0.0073 12 0.0077 13 0.0086 14 0.0104 15 0.0137 16 0.0090 17 0.0112 18 0.0087 19 0.0098 0.0104 0.0113 0.0138 0.0158 0.0144 0.0084 0.0126 1 2 3 4 5 6Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started